cellphone help on playerdeath
#1

this doesn't work...

Код:
	new caller = callWith[playerid];
		if(IsPlayerConnected(caller))
		{
			if(onCall[caller] && onCall[playerid])
			{
			SCM(caller, COLOR_WHITE, "{68F709}[Phone]:{FFFFFF} The line just went dead.");
			format(string, sizeof(string), "* %s pockets his cellphone.", GetName(caller));
			ProxDetector(30.0, caller, string, COLOR_PURPLE);
			callWith[caller] = INVALID_PLAYER_ID;
			onCall[caller] = 0;
			callWith[playerid] = INVALID_PLAYER_ID;
			onCall[playerid] = 0;
			}
		}
no messages nothing...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)