Search Results
Quote: Originally Posted by Proxus GPCI won't always be unique because people may have the same copy of GTA (if they've shared it) or if they have a cracked version of GTA. So it doesn'...
1,931
Quote: Fetch the CI of a user, this is linked to their SAMP/GTA on their computer. What CI stands for ? and how couldn't GPCI be unique ? what path does it exactly hash ? Is it th...
1,931
Bump, i need more replies on this and how to use this GPCI thing ! What if both players living in the same hood, does GPCI returns the same for them ?
1,931
Hello SA-MP How do you deal with dynamic IPs that is provided by player's ISP ? For example a player yesterday's IP address is 85.54.6.70 and today is 74.92.44.8 How to deal in ban system in this s...
1,931
Quote: Originally Posted by Overhaul Animation library: PED Animation name: DUCK_cower Try that. PHP Code: ApplyAnimation(playerid, "PED", "DUCK_cower", 4.1, 0, 1, 1, 1, 1, 1...
165
guys, i'm searching for an animation of "crouch and putting hands on the head" or something "on knees" ! does it exist ?
165
- You can reduce the string query size and update the table 3 times. - use mysql_query instead of mysql_tquery - use '%e' instead of '%s' PHP код: stock UpdatePlayerData(playerid) {     i...
186
8.7/10 (IMDb) If you don't know what is La Casa De Papel, you are missing a lot my friend. What is your revision on this show, and what do you give it a scale out of 10? And what is the best part o...
223
GTA III GTA San Andreas Beyond the Law: The Third Wave Need For Speed Underground 2 RollerCoaster Tycoon 2 Neighbors From Hell Plants vs. Zombies Counter Strike 1.6
5,050
why you people keep posting same replies, this is not a count of posts race forum. he GOT the idea.
292
MAX_PLAYERS used in defining variables with an array contains the max ID's of players. MAX_VEHICLES used in defining variables with an array contains the max ID's of vehicles. PHP код: new Ba...
254
Quote: Originally Posted by Drebin I have included an example gamemode down below to give you an easy example of how to use the menu. I do not see the example, anyone got an example ?
799
Quote: Originally Posted by Y_Less Why are you not using multiple timers with the correct times, instead of one monolithic piece of code that checks for elapsed times? I'll loop the sam...
449
Well, i should have mentioned this part of code: PHP Code: forward ClockTimerSystem(); public ClockTimerSystem() {     Time ++;     for(new i = 0; i < 400; i++)     {  ...
449
Dears , I wanna know what is the max number can i loop in one second ? Situation: I have created a system which is based on the game-time-in-seconds such as: PHP Code: public OnGameModeInit()...
449
I suggest to script alone, most sa-mp servers developers have worked lonely and released large servers. Someday you will make problems with developers and they will open a new server with same script ...
2,156
Guys, does anyone know how to cancel the subscription from Vortex Servers ? They still haven't given me any details about the server and yesterday they sent me an email said: Dear, This is a notic...
189
Make sure that dialogid 2211 is the dialog which shown to the player.
173
PHP код: public OnPlayerStateChange(playerid, newstate, oldstate) {     if(newstate == PLAY_STATE_DRIVER && !IsBicycle(GetPlayerVehicleID(playerid)))     {        ...
232
You can easily write your command as below, instead of your holly molly way: PHP код: CMD:createitem(playerid,params[]) {     new modelid, str[128];     if(AdminLevel[playerid] <...
175