[ERROR] Command
#4

pawn Код:
new string[256];
new cmd[256],tmp[256], tmp2[256];
new idx;
Move this part to OnPlayerCommandText.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    new string[256];
    new cmd[256],tmp[256], tmp2[256];
    new idx;
    cmd = strtok(cmdtext, idx);
    GetPlayerName(playerid, playername, sizeof(playername));
Reply


Messages In This Thread
[ERROR] Command - by geerdinho8 - 29.04.2010, 14:10
Re: Strange bug - by geerdinho8 - 29.04.2010, 14:29
Re: Strange bug - by geerdinho8 - 29.04.2010, 14:45
Re: [ERROR] Command - by MadeMan - 29.04.2010, 14:48
Re: [ERROR] Command - by geerdinho8 - 29.04.2010, 14:58
Re: [ERROR] Command - by geerdinho8 - 29.04.2010, 15:04
Re: [ERROR] Command - by [MWR]Blood - 29.04.2010, 15:05
Re: [ERROR] Command - by geerdinho8 - 29.04.2010, 15:21
Re: [ERROR] Command - by geerdinho8 - 29.04.2010, 16:02
Re: [ERROR] Command - by MadeMan - 29.04.2010, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)