Search Results
Let me think # New Dawn DD/DM - Down # Strawberries DD/DM - Online
705
You can do that if you are brave enough :P
211
Try to update the server to version SA-MP 0.3.7 R2-2
261
hope this helps you in some way. Код: CMD:a(playerid, params[]) { if(isnull(params)) { SendClientMessage(playerid, red, "Usage: /a [text]") return 1; } if(pStats[playerid][userAdmin] <...
107
poftim! ... nu are sens ce spui o.O Cine da encrypt la un string care acela reprezinta motivul banului, scoate encryptarea de la acea valoare si gata.
354
cel mai probabil este de la linia "if", avand in vedere ca el nu se termina niciodata in ";" ci intr-un block care la randul lui contine un set de comenzi de genul "{ printf("Learn more about pawn"); ...
367
Ultimul element dintr-o matrice nu trebuie sa aibe ","(virtula), din acest motiv compilatorul tipa. Код: new rMessageList[][] = { "{CCFF99}[INFO]:{FFFFFF} text!.", "{CCFF99}[INFO]:{FFFFFF} text",...
346
you will need to show in what condition you initialize the following variables Code: carPos[0], carPos[1], carPos[2] still you are showing us partial code... and from my point off view is correct i d...
98
"Get3DZone" is a custom function that is part of your game-mode, the only why we can help you, if you show us the code from it
98
Here is an example of what are you trying to do, compare your code with what you find here. https://github.com/Open-GTO/Open-GTO...d_spectate.pwn
229
I highly recommend do not use this include, because in his core is using the same code from the "wait" function provided by Ryder in his CTime post. And one of the comments from that post explains how...
868
Poate să-mi traducă și mie cineva ce vrea să zică ?!
383
Eu iti recomand sa-l folosesti in continuare. Citeste mai mult aici: http://forum.sa-mp.com/showpost.php?...20&postcount=4
302
As per specified above, you must use "crashdetect" to see what is the cause of the crash. You can find the plugin here: https://github.com/Zeex/samp-plugin-...etect/releases Edit: forgot to refresh t...
299
Code: printf("%s", RG[0][rang10]; in prima faza inchide si tu paranteza rotunda de la functie... ")" - is missing
319
There is a way, but you must use pawn compiler provided by zeex: https://github.com/Zeex/pawn/releases Код: #warning Print a user warning. This works similar to the #error directive. For example,...
84
mmm... Код: // this line is wrong new TN_gsData[][TN_gsInfo]; // correct version new TN_gsData[200][TN_gsInfo];
128
Quote: Originally Posted by ]Rafaellos[ It's too late to use Timestamps. I'm currently saving it as "08/01/2015 - 10:28:14". a? perhaps it's time to change the system, because the curre...
193
Error: Function not registered: 'mtime_UnixToDate' ... add this plugin https://sampforum.blast.hk/showthread.php?tid=394935 Error: Function not registered: 'WP_Hash' ... add this plugin https://sampf...
247
Download from here.. https://github.com/pBlueG/Socket/releases
191