15.11.2014, 17:08
Hey,
I'm trying to add a system when a civilian enters an enforcement vehicle, their wanted level will go up by 2 and a message will come up. It adds two stars to their wanted level, I'm also trying to send a message to the player telling them their new wanted level. But I get this error:
And here is line 1899,
Could someone help me?
Thanks
I'm trying to add a system when a civilian enters an enforcement vehicle, their wanted level will go up by 2 and a message will come up. It adds two stars to their wanted level, I'm also trying to send a message to the player telling them their new wanted level. But I get this error:
Код:
(1899) : warning 202: number of arguments does not match definition
pawn Код:
SendClientMessage(playerid, INFO, "[WANTED LEVEL] Wanted level %s - Stealing an Enforcement vehicle!", GetPlayerWantedLevel(playerid) + 2);
Thanks