23.07.2012, 01:05
try:
pawn Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, 172.67, -151.92, 1.81))
{
pObject2[playerid] = CreatePlayerObject(playerid, 12923, 158.3594, -176.3047, 5.5703, 0, 0, 0, 300.0);
print("Object created"); //check in the rcon console for this message upon spawning
}
return 1;
}

