19.09.2015, 00:35
Quote:
ahameed, use GivePlayerWeapon();
And why are you using sscanf twice? I don't know if that's incorrect or smth, but I've never seen it before. |
PHP код:
if(sscanf(params,"udd",TargetID,Weapon,Ammo));
Quote:
if/else if/else statements do not have semicolons ';' at the end!
|
You can make them on one line, and they can have semicolons at the end of them, meaning it's the end of the if portion.