Search Results
Quote: Originally Posted by [GF]Sasino97 I know what he means. He wants a function that returns the name of the area where a player is in. I know there was an include file with an array co...
128
I did not find anything at all regarding this. How do I find a player's map location? For example in SF Garcia, Juniper Hollow, etc? I need a function that will just return the player's area based on...
128
Код: public OnPlayerDisconnect(playerid,reason) { //if(!IsPlayerNPC(playerid)) //{ //if(IsPlayerNPC(playerid)) return 1; //TextDrawDestroy(Textdraw51[playerid]); gActivePlayers[playerid]--; numpla...
93
I saw that noone actually made an easy to understand anti speed hack tutorial, so here it is. This is very simple tutorial for those who are new to PAWN and are looking for anti hack scripts. Please o...
258
Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if ((oldkeys & KEY_SECONDARY_ATTACK) && !(newkeys & KEY_SECONDARY_ATTACK)){//If the player presses enter button...
110