Compiled 100% success and Server is crashing when using this command!
#5

Код:
	if(strcmp(cmd,"/unsuspect",true) == 0 || PlayerInfo[playerid][team] == TEAM_POLICE)
Shouldn't this be :
Код:
	if(strcmp(cmd,"/unsuspect",true) == 0 && PlayerInfo[playerid][team] == TEAM_POLICE)
Try this, quick throw up of code.
http://pastebin.com/m750e99d8
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)