29.03.2015, 10:43
(
Последний раз редактировалось CalvinC; 30.03.2015 в 09:59.
)
pawn Код:
if(!strcmp(cmd, "/engine", true) ==0 || strcmp(cmd, "/e", true))
And you need to do the same in the second strcmp as well.
pawn Код:
if(!strcmp(cmd, "/engine", true) || !strcmp(cmd, "/e", true))
Quote:
Originally Posted by iZN
yes I know, and I forgot to mention, why the OP even needs this include? when there's this:
Код:
OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ) |