08.08.2009, 12:41
Quote:
|
Originally Posted by Dj_maryo1993
ad
Код:
new idx; |
new idx;
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new cmd[256];
new tmp[256];
cmd = strtok(cmdtext, idx);
new giveplayerid;
new idx;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
Correct:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new cmd[256];
new idx;
new tmp[256];
cmd = strtok(cmdtext, idx);
new giveplayerid;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];

