09.12.2011, 09:11
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/airportisland", true) == 0)
{
SetPlayerPos(playerid,5839.5556640625,-1724.4288330078,4.8843765258789);
SendClientMessage (playerid, 86 , "You have been teleported to the Airport.");
}
return 1;
}
return 0;
}
{
if(strcmp(cmdtext, "/airportisland", true) == 0)
{
SetPlayerPos(playerid,5839.5556640625,-1724.4288330078,4.8843765258789);
SendClientMessage (playerid, 86 , "You have been teleported to the Airport.");
}
return 1;
}
return 0;
}