24.12.2010, 18:34
Quote:
And what is the 15?
And where can I change the angle? Its just doesn't do anything when I am typing /ls /sf /lv etc.. |
pawn Код:
public OnPlayerSpawn(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 15, los, santos, spawn))
{
SendClientMessage(playerid, COLOR, "You spawned in Los Santos");
}
if(IsPlayerInRangeOfPoint(playerid, 15, san, fierro, spawn))
{
SendClientMessage(playerid, COLOR, "You spawned in San fierro");
}
// And so on...
return 1;
}