09.10.2010, 04:32
1 probleminha
linha
oque tem de errado ?
pawn Код:
if(strcmp(cmd, "/pedagio1", true) == 0)
{
if ((PlayerInfo[playerid][pMembro] == 0 || PlayerInfo[playerid][pLider] == 0) && PlayerToPoint(15.0, playerid, 52.512794494629, -1538.8486328125, 6.9165487289429)) {
MoveObject( Ppedagio, 52.512794494629, -1538.8486328125, 12.9165487289429,3);
GameTextForPlayer(playerid, "~p~Aberto", 5000, 3);
GivePlayerMoneyEx(playerid,-500);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Voce Pagou R$500 do pedagio Boa Viagem!");
SBizzInfo[1][bTill]+500;//aqui oO
SetTimer("Ppedagio4", 5000, false);
} else {
SendClientMessage(playerid, COLOR_RED, "*** Voce nao esta no Ppedagio ***");
}
return 1;
}
Код:
C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Forever Life\gamemodes\BFL.pwn(36723) : warning 213: tag mismatch C:\Documents and Settings\Administrador\Meus documentos\jonas\Brasil Forever Life\gamemodes\BFL.pwn(36723) : warning 215: expression has no effect
Код:
SBizzInfo[1][bTill]+500;