C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1230) : error 017: undefined symbol "string" C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1230) : error 017: undefined symbol "string" C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1230) : error 029: invalid expression, assumed zero C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1230) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Originally Posted by Dj_maryo1993
Put new string[256] at line 1229
|
C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1284) : error 017: undefined symbol "idx" C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1718) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph" C:\Users\Martin\Desktop\SAMP PALMINO CREEK\pc.pwn(1718) : warning 203: symbol is never used: "TutTime" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
new idx;
Originally Posted by Dj_maryo1993
ad
Код:
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];
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];