ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 4271

Check is player offradar

by Venom_Modz - 10-24-2018 - 06:04 AM
#11
thank you .. do you also hvae ip spoof?
Reply
#12
I thought everyone already had this
This account is currently banned
Ban reason: Multi
Reply
#13
(11-10-2018 - 06:43 PM)GucciMang Wrote: this dont work .... :(

learn first and you'll see that it will work
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#14
(11-10-2018 - 06:43 PM)GucciMang Wrote: this dont work .... :(

this works perfect i use it i would not upload stuff that will not work
Reply
#15
dope release bro
Judge Judy Is Sexy Asf Can We All Agree?  Love
& Lets Stop The Cracking War M8s Devil )
(Make Modding Fun Again 100emoji   )
Reply
#16
(10-24-2018 - 06:04 AM)Venom_Modz Wrote: Hi guys today i am releasing check player off radar for info boxes enjoy

Hidden Content
You must register or login to view this content.



Credits Wesley
nice release!
Reply
#17
thanks for sharing
Reply
#18
NICE REALSE
Reply
#19
(10-24-2018 - 09:19 PM)Kyle Wrote: Eww it’s not in a switch statement, any real dev would have it run in switches
there is that better?

Code:
char* checkOffTheRadar(int player)
{
int hashed = getPlayerStats1(player, 170);
switch (hashed) {
case 0: return "No"; break;
case 1: return "Yes"; break;
}
Reply
#20
(09-03-2020 - 08:15 PM)Venom_Modz Wrote:
(10-24-2018 - 09:19 PM)Kyle Wrote: Eww it’s not in a switch statement, any real dev would have it run in switches
there is that better?

Code:
char* checkOffTheRadar(int player)
{
int hashed = getPlayerStats1(player, 170);
switch (hashed) {
case 0: return "No"; break;
case 1: return "Yes"; break;
}

Code:
char* checkOffTheRadar(int player)
{
switch (getPlayerStats1(player, 170)) {
case 0: return "No"; break;
case 1: return "Yes"; break;
}


coul;d even do it like that, only a little less code but less code = more space :P
Reply

Users browsing: 1 Guest(s)