21.09.2011, 04:02
fiz o comando so q agora ta dando erro alguem ajuda
linha 41593
linha 41617
o restante sao todas nessa linha
pawn Код:
D:\SAMP\Teste.pwn(41593) : warning 213: tag mismatch
D:\SAMP\Teste.pwn(41617) : error 017: undefined symbol "pMember"
D:\SAMP\Teste.pwn(41625) : error 017: undefined symbol "VehicleInfo"
D:\SAMP\Teste.pwn(41625) : warning 215: expression has no effect
D:\SAMP\Teste.pwn(41625) : error 001: expected token: ";", but found "]"
D:\SAMP\Teste.pwn(41625) : error 029: invalid expression, assumed zero
D:\SAMP\Teste.pwn(41625) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
CarInfo[carid][vPRFLock] = 0;
SendClientMessage(playerid, COLOR_WHITE, "[Info] Veнculo liberado.");
pawn Код:
if(PlayerInfo[playerid][pMember] != 1)
{
pawn Код:
new carid = strval(tmp);
VehicleInfo[carid][vPRFLock] = 1; //nessa
for(new i = 0; i < MAX_PLAYERS; i++)