16.05.2009, 15:34
public OnPlayerSpawn(playerid)
{
SetPlayerWorldBounds(playerid, 432.0814, -268.5911, 268.5911, -513.8265);
return 1;
}
Maybe this will help? I removed the commas and replaced them with dots.
{
SetPlayerWorldBounds(playerid, 432.0814, -268.5911, 268.5911, -513.8265);
return 1;
}
Maybe this will help? I removed the commas and replaced them with dots.

