22.05.2009, 11:14
When i see this,
I highly doubt you tested it with some other players. Its a MULTIPLAYER game, so test you script(s) with more than just id 0 in your local server..
pawn Код:
stock SetPlayerGravity(playerid,Float:gravity) {
for (new porno = playerid; porno <MAX_PLAYERS; porno++)
{
if(IsPlayerConnected(porno))
{
playerid = SetGravity(Float:gravity);
}
}
}