27.03.2016, 22:27
pawn Код:
C:\Users\Gustavo\Desktop\BSR GM OF - Cуpia\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(49779) : error 029: invalid expression, assumed zero
C:\Users\Gustavo\Desktop\BSR GM OF - Cуpia\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(49779) : warning 215: expression has no effect
C:\Users\Gustavo\Desktop\BSR GM OF - Cуpia\BSR GM OF - Cуpia\Gamemodes\BSR.pwn(49779) : error 001: expected token: ";", but found "if"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
else if(strcmp(x_Emprego,"mototaxi",true) == 0)
{
if(TransportDuty[playerid] != 1)
{
SendClientMessage(playerid, COLOR_GREY, " Vocк nгo estб em corrida, USE: /corrida !");
return 1;
}
...