04.11.2012, 01:33
your first command should have to be
and in your FS you need to get the place's interior(/interior go inside the room and do this) and get the place where you have to teleport the player by going inside the room and do /save and get the cords from Documents/GTA San Andreas/SAMP/save.log
pawn Код:
if (strcmp("/help", cmdtext, true, 5) == 0)
{
SendClientMessage (playerid, 0xFFFFFFFF, "Welcome to Dill's Testing Server HELP command!");
return 1;
}
//you dont need to add return 0; at the end of every command its just at the ending of the callback