Search Results
OK.. I started playing this when I was 11. I learned to do scripts and many other things thanks to SA:MP. I became a programmer and I live from that nowadays. I really miss the times I played SA:MP, ...
116,719
Of course it is possible. There are some databases you can buy to detect them. https://www.maxmind.com/en/solutions...us-ip-database https://www.ip2location.com/database...p-country#demo
492
Quote: Originally Posted by Unrea1 їCrees que con ahorrar lнneas irб mбs rбpido?, ja. Haz las pruebas de velocidad y mira quй es mбs rбpido, si el if/else if o switch. Yo no me...
1,329
Quote: Originally Posted by Unrea1 Podrнas usar switch y ir directamente al valor que quieres que se ejecute la funciуn. PHP код: switch(PlayerData[i][level]) {     case LEV...
1,329
Hola, tengo una pregunta, їHay forma de hacer lo siguiente? Код: if(PlayerData[playerid][level] != LEVEL_ADMIN | LEVEL_VIP | LEVEL_MOD) { return 0; } їEs posible hacer que PlayerData[play...
1,329
Puedes hacerlo utilizando PHP P.D: mi servidor usa un cliente y todos lo descargan gustosos. Excepto los chetos claro xd
120
Kalcor dijo que no actualizarнa mбs SA:MP debido a que nadie utiliza las funciones nuevas (lol) o las utilizan muy poco, que por eso no ve muy necesario que se actualice la cosa.
225
Quote: Originally Posted by Logic_ Oh boy, you're doing something which no one would EVER advice you... You should use sscanf because it's the best (C++, speed and reliability) and better ...
111
Hello, I am using this include: https://sampforum.blast.hk/showthread.php?tid=329813 But it uses sscanf2, I didn't like it because I already have too many plugins and I don't use it for my gamemode. ...
111
Quote: Originally Posted by Vince Local variables are automatically discarded as soon as control leaves the function. Also a cell is actually 4 bytes; 32 bits with 8 bits per byte. I was ...
247
You don't have a missing plugin or you have the wrong version. Check your scripts for a #include <strange-plugin-name-here>. If you don't find it, use this: https://github.com/Zeex/samp-plugi...
191
Quote: Originally Posted by DarkSkull Storing it in a variable when the player connects is better, Because You don't have to call a function everytime you need a players IP/Serial. So, ...
247
Hello! Is better to do, this: PHP код: enum ePlayerData{ accountid, score, money, IP[17], SERIAL[42], deaths } new PlayerData[MAX_PLAYERS][ePlayerData]; stock StorePlayerSerial(iPlayerID...
247
Quote: Originally Posted by Vince An enumerated array only has one size. It's kind of difficult to explain but in an enum the value of the next specifier is the value of the previous speci...
84
Is it windows or linux? (where the server is on)
868
Hello, I have problems with pawn, I don't know what is causing this. The error line is (186): PHP Code: cache_get_value_name(0, "password", PlayerInfo[playerid][password], sizeof(PlayerInfo[pl...
84
omg so thats why my players get crashed randomly everytime in my NPC server.. I'll give it a try. EDIT: I did it!. Apparently, this really works. Good job whitetiger and thank you beijind for shar...
728
Quote: Originally Posted by Slava[LSW] To see it, the server (Server, not gamemode) should not be restarted within 14+ days. so.. this happens only if the server has +14 days uptime? o.o
868
It happens to me too (almost in my server), I don't know the reason. Maybe we have texture modifications in our games? i don't know!. I will install a fresh GTA and see if it happens to me again.
258
Quote: Originally Posted by Stones Are you using a linux VPS ? Yes, I'm using Ubuntu
139