Needs help with the player health .. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Needs help with the player health .. (
/showthread.php?tid=95175)
Needs help with the player health .. -
hanan2 - 02.09.2009
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 :
Quote:
if (Mobile[giveplayerid] == 255)
if(PlayerInfo[i][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 do after the CallerID I wanna change it to PhoneNumber: the caller Phone number ..
how can I change it ? Thanks for helping .