[HELP] My FilterScript ...
#3

Quote:
Originally Posted by Captain Bubbles
Try,
[Pawno]
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/teles", true) == 0)
{
if(IsPlayerConnected(playerid))
{
ShowMenuForPlayer(DMZones, playerid);
TogglePlayerControllable(playerid, 0);
}
return 1;
}
return 0;
}
[/Pawno]
Working Great Thank you
Reply


Messages In This Thread
[HELP] My FilterScript ... - by Smiths - 21.06.2010, 13:48
Re: [HELP] My FilterScript ... - by Lynn - 21.06.2010, 13:57
Re: [HELP] My FilterScript ... - by Smiths - 21.06.2010, 14:00

Forum Jump:


Users browsing this thread: 4 Guest(s)