#1

help me with this errors :S
LINE
pawn Код:
case 0: szStatus = "", format(szString, sizeof(szString), "#%d - %s \n", i, GetVehicleNameByModel(PlayerVehicles[playerid][i][pCarModel]);
ERROR
pawn Код:
error 001: expected token: ",", but found ";"
Reply
#2

pawn Код:
case 0:
{
      // Rest of the code here..
}
Should work.
Reply
#3

pawn Код:
case 0:
{
   szStatus = "", format(szString, sizeof(szString), "#%d - %s \n", i, GetVehicleNameByModel(PlayerVehicles[playerid][i][pCarModel]);
}
Might fix.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)