AHHAHAHAHAH
AHHAHAHAHAH
add () around your subquery in cod, just like you did in phpadmin.
Why do you think a query works in phpmyadmin allows you to remove some braces?
Better fix which follows http://stackoverflow.com/questions/16316902/malloced-variables-with-file-scope-c
#define MAX_WEAPON_IGNORE_SIZE 20
#define MAX_WEAPON_NAME_SIZE 32
char*...
Confirmed starting without those 2 lines, but the fix suggested doesnt work.
It works fine without the gsc_utils_init though, so there's definitely a problem in there.
This works though:
...
CentOS doesn't like this function, but I have no idea why.
char* defaultweapon_mp = (char*)malloc(MAX_WEAPON_NAME_SIZE);
void gsc_utils_init() {
strcpy(defaultweapon_mp, "defaultweapon_mp");...
The java crap can be ignored, was a thingy kung tried to add long ago but never did
It is global. There is no way to set them for each client in libcod.
However I thought it was possible to hook the function where each player loads the damage for the weapon.
Also you can modify...
https://www.youtube.com/watch?v=OwT7DJLHAKQ
https://www.youtube.com/watch?v=OwT7DJLHAKQ
As much I've read it's Unreal Engine 4, but I have no clue about modding capabilities of the engine.
...
Need for Speed™ Most Wanted (the new) is free on Origin today :)
https://www.origin.com/fr-fr/store/buy/nfs-most-wanted-2013/pc-download/base-game/standard-edition
Only for info :D
My...
I got these zombie maps:
mp_area_51
mp_ug_funbox_final
mp_ug_zombietown
mp_ug_zombridge
mp_ug_deadbox
mp_zomyellow
mp_zombie_dam_v2
mp_zombieprison_west
You cannot just query weapon 1 if you set the .id=1 in gsc. You need to use
loadedweapons = getloadedweapons();
Second point: self is probably not a player.
Hi, title says it, im going to show you how to export playermodels from source engine to cod(2) (Multiplayer only!!). Its not really a direct export since it requers some work, but its not too...
Thank you. But i'm gonna try those a other time.
Finding the right offset is very easy. It works exactly as how you find the 'closer' function. But instead of getting a function you have a hex...
I have been adding weapon related functions to my libcod git the last few weeks.
Also I found out how the weapons use their move speed scale. So i added this cod4 function to cod2 :D.
player...
Everybody probably knows how cracked servers work. They do not use the master list so everybody can join their server. This causes that everybody gets 0 as guid including players who do have an...