Quote:
Originally Posted by Whitetiger
Doesn't work:
pawn Код:
CMD:gravity(playerid, params[]) { SetPlayerGravity(playerid, floatstr(params)); }
Works:
pawn Код:
CMD:gravity(playerid, params[]) { SendRPC(playerid, 0x92, BS_FLOAT, floatstr(params)); }
Is SetPlayerGravity working for anyone else or is it just me? - Even in the example script without recompiling, it doesn't work.
|
For me works. Anyway, now hooking only will works in gamemode, please inclued YSF.inc to your GM and recompile. This will be fixed in R11 because I switched to SAMP GDK.