18.10.2009, 16:16
Quote:
|
Originally Posted by XeoN_13
Код:
C:\Documents and Settings\Owner\Desktop\G.pwn(264) : error 017: undefined symbol "pName" C:\Documents and Settings\Owner\Desktop\G.pwn(272) : warning 219: local variable "tmp" shadows a variable at a preceding level C:\Documents and Settings\Owner\Desktop\G.pwn(277) : error 021: symbol already defined: "idx" C:\Documents and Settings\Owner\Desktop\G.pwn(294) : error 017: undefined symbol "strrest" C:\Documents and Settings\Owner\Desktop\G.pwn(294) : error 033: array must be indexed (variable "gMessage") C:\Documents and Settings\Owner\Desktop\G.pwn(269) : warning 203: symbol is never used: "idx" C:\Documents and Settings\Owner\Desktop\G.pwn(2517) : warning 203: symbol is never used: "tmp" Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
printf("DEBUG: OnPlayerCommandText(%d, %s)", playerid, cmdtext);
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new cmd[256];
new giveplayerid, moneys, idx;
new tmp[256];
new Message[256];
new gMessage[256];
new pName[MAX_PLAYER_NAME+1];
new iName[MAX_PLAYER_NAME+1];
new idx;
cmd = strtok(cmdtext, idx);
|
pawn Код:
#include "../include/gl_common.inc"

