C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1267) : warning 219: local variable "Nome" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
new bibi[128], Nome[MAX_PLAYERS];
new bibi[128];
C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1269) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1269) : error 072: "sizeof" operator is invalid on "function" symbols
C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1270) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
new Nome[MAX_PLAYERS];
Sу da esses erros quando й retirado a
PHP код:
|
GetPlayerName(playerid, Nome, sizeof(Nome));
format(bibi, sizeof(bibi), "[Anti-SpamCar]: %s foi banido Por Cometer Spam Car.", Nome);
GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
format(bibi, sizeof bibi ,"[Anti-SpamCar]: %s foi banido Por Cometer Spam Car.", Nome);
C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1269) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\Fernando\Desktop\BPLV2.pwn(1270) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
new bibi[74],Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
format(bibi, sizeof bibi ,"[Anti-SpamCar]: %s foi banido Por Cometer Spam Car.", Nome);