22.12.2010, 17:55
(
Последний раз редактировалось nuriel8833; 23.12.2010 в 16:47.
)
Hello
I made a script that says the name of the spawn location while you are spawning
Here are the Spawns:
(Instead of the XXX there is a location,if there is XXX XXX its the name of the place,for example: Los Santos)
And I was putting this on OnPlayerSpawn:
But it doesn't work
Any ideas why?
I made a script that says the name of the spawn location while you are spawning
Here are the Spawns:
pawn Код:
new PlayerSpawns[][5] {
{XXX,XXX,XXX,XXX,Los Santos},
{XXX,XXX,XXX,XXX,San Fierro},
{XXX,XXX,XXX,XXX,Las Venturas}
}
And I was putting this on OnPlayerSpawn:
pawn Код:
SendClientMessage(playerid,RED,"You have been spawned in %s",PlayerSpawns[randsp][5]);
Any ideas why?