08.11.2009, 13:30
Nice,Good job!
(P.S:For who is too lazy for making a teleport cmd: )
(P.S:For who is too lazy for making a teleport cmd: )
pawn Code:
if (strcmp("/lss", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,2922.2119,-1568.5475,11.0469);
SendClientMessage(playerid,0xFFB66CFF,"You have teleported los santos stuntpark By [XSZ]FrostBytez ");
return 1;
}