help making a teleporting pickup
#8

my bad it was this causing it
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/cmds", true) == 0)
  SendClientMessage(playerid, 0xDEEE20FF, "/carmenu to spawn cars");
  SendClientMessage(playerid, 0xDEEE20FF, "not done yet");
}
    if(strcmp(cmdtext, "/test", true) == 0)
{
  SendClientMessage(playerid, 0xDEEE20FF, "hehe you found the test command");
}
  return 1;
}
Reply


Messages In This Thread
help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:11
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:15
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:18
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:28
Re: help making a teleporting pickup - by McX_9 - 07.04.2010, 11:33
Re: help making a teleporting pickup - by [LSR]State_Trooper - 07.04.2010, 11:35
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:36
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:38
Re: help making a teleporting pickup - by Donny_k - 07.04.2010, 11:46
Re: help making a teleporting pickup - by johnathon956 - 07.04.2010, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)