How to do it[+REP]
#3

Код:
if(strcmp(cmd, "/vhealme", true) == 0)
	{
	if(AccInfo[playerid][pVip] >= 1)
	{
         if(GetPlayerWanterLevel(playerid) != 0) return SendClientMessage(playerid,-1,""COL_RED"[ERROR]:""COL_LIME"You Can't Use This Command While You Are Wanted!!");
	SetPlayerHealth(playerid, 100);
	SendClientMessage(playerid, -1, ""COL_RED"[INFO]:"COL_LIME" You have been healed!");
	}
	else SendClientMessage(playerid, -1, ""COL_RED"[ERROR]:"COL_LIME" You aren't a V.I.P member!");
	return 1;
	}
Use this
Reply


Messages In This Thread
How to do it[+REP] - by [SU]Spartan - 02.08.2015, 10:58
Re: How to do it[+REP] - by AIped - 02.08.2015, 11:04
Re: How to do it[+REP] - by Roberto80 - 02.08.2015, 14:44

Forum Jump:


Users browsing this thread: 2 Guest(s)