31.08.2011, 01:42
try
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new giveplayerid, idx;
new tmp[128];
new cmd[128];
cmd = strtok(cmdtext, idx);