03.09.2009, 11:55
after sometimes in my mode , the player health down -2 points or something like that ..
I wanna disable it .. How can I do it ? Ty ..
and more something ,
here :
How can I do after the CallerID I wanna change it to PhoneNumber: the caller Phone number ..
how can I change it ? Thanks for helping .
I wanna disable it .. How can I do it ? Ty ..
and more something ,
here :
Код:
if (Mobile[giveplayerid] == 255)
if(PlayerInfo[pPnumber] == phonenumb && phonenumb != 0)
{
format(string, sizeof(string), "Your Mobile is Ringing Type (/Pickup) CallerID: %d", phonenumb);
SendClientMessage(giveplayerid, COLOR_YELLOW, string);
how can I change it ? Thanks for helping .

