01.12.2012, 16:36
this doesn't work...
no messages nothing...
Код:
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;
}
}

