19.10.2013, 12:33
Errors lines in order of the errors
Код:
error 035: argument type mismatch (argument 2) SendClientMessage(playerid, COL_RED, "You Need to be a Pilot to fly Hunter");//messages goes to the player that he can't drive the hunter error 035: argument type mismatch (argument 2) SendClientMessage(playerid, COL_RED, "You Need to be a Pilot to fly Hydra");//messages goes to the player that he can't drive the hydra error 035: argument type mismatch (argument 2) SendClientMessage(playerid, COL_RED, "You Need to be a Soldier to drive Tank");//messages goes to the player that he can't drive the tank or rhino error 035: argument type mismatch (argument 2) error 029: invalid expression, assumed zero error 017: undefined symbol "messages" fatal error 107: too many error messages on one line SendClientMessage(playerid, COL_RED, "You Need to be a Pilot to fly Sea Sparrow");/messages goes to the player that he can't drive the tank or sea sparrow