03.07.2018, 10:07
Help ANTI_AFK
03.07.2018, 10:16
wtf?
PHP код:
new Float:AFKPos[MAX_PLAYERS][3]
AFKCounter[MAX_PLAYERS];
AFKCheck(pid){
if(IsPlayerInRangeOfPoint(pid,1.0,AFKPos[pid][0],AFKPos[pid][1],AFKPos[pid][2])){
AFKCounter[pid]++;
}else{
AFKCounter[pid]=0;
}
if(AFKCountr[pid]>=5*60){
ShowPlayerDialog(pid,d_afkanswer,msgbox,"AFK","Are you afk?","Yes","No");
}
GetPlayerPos(pid,AFKPos[pid][0],AFKPos[pid][1],AFKPos[pid][2]);
return 1;
}
03.07.2018, 11:29
Quote:
wtf?
PHP код:
|
03.07.2018, 11:38
any rep?
03.07.2018, 11:58
If you don't actually have anything to help or ask him, don't post.
03.07.2018, 11:58
03.07.2018, 12:08
Hi, and how to put rep?
03.07.2018, 12:20
Sew_Sumi maybe just a little bit shut up if its okey to you just a maybe?
03.07.2018, 12:24
03.07.2018, 12:37
Quote:
Sew_Sumi maybe just a little bit shut up if its okey to you just a maybe?
|
Maybe you should actually explain some shit and try to help, rather than simply posting up crap so that people are 'repping', for your bad practices.
03.07.2018, 13:24
Quote:
Sew_Sumi maybe just a little bit shut up if its okey to you just a maybe?
|
Quote:
wtf?
PHP код:
|
03.07.2018, 21:55
Obviously a bit of a troll, and doesn't realize what learning to code, even means... CodeStyle always simply posts up pastes, and yet, it doesn't teach anything...
Literally, when he disappears off the forum, and other people don't give you what you 'want', then what?
This is similar to the old "How much is an elegy" on the RP servers, the correct response is 'Find out ICly", but now, constant pastes of how much it is...
And as I said, when he's gone, how will you cope. There should almost be a rule of no simple copy-pastes without explanation of what it's for... CodeStyle simply pastes anything up, doesn't explain it, and yet, that's just spreading bad practice, and he's been pointed out for it too...
Literally, when he disappears off the forum, and other people don't give you what you 'want', then what?
This is similar to the old "How much is an elegy" on the RP servers, the correct response is 'Find out ICly", but now, constant pastes of how much it is...
And as I said, when he's gone, how will you cope. There should almost be a rule of no simple copy-pastes without explanation of what it's for... CodeStyle simply pastes anything up, doesn't explain it, and yet, that's just spreading bad practice, and he's been pointed out for it too...
« Next Oldest | Next Newest »
Users browsing this thread: 3 Guest(s)