Search Results
They are rebuilding because SA-MP dev team has stopped caring. This is a complicated topic but whatever, they (RW-MP) shouldn't use the SA-MP code.
13,566
Why not write code that yourself - it's basic.
76
I'm getting logged out when I log in. Can't browse or post without having to log every few seconds.
438
SA-MP uses IPv4 addresses, so you need maximum 16 characters as your IP variable buffer/ length. Also, be sure to use ' with strings, for example: '%s'.
116
What's so difficult in using arrays and looping.
209
Quote: Originally Posted by DAKYSKYE Thanks, I have just learnt about what DB_Escape does. DB_Escape is obsolete, use %e specifier instead.
3,779
Quote: Originally Posted by coool TIL This works PHP код: new arr[2] = {1,3}; if(arr[0 || 1])     print("Yea, it works.");  Got the above when lurking my old thread...
39,524
RIP him. No one deserves to be shot in such an early age. Bad childhood leads to fucked up mind. RIP him. RIP.
1,328
Quote: Originally Posted by PgMNA - see from open eyes not all textdraws are global. - i have tested it and it doesnot drop fps. - no repeated codes - no untidy codes found you are the one...
1,026
Code: //speedo1 new Text:Textdraw0; new Text:Textdraw1; new Text:Textdraw2; new PlayerText:Textdraw3[MAX_PLAYERS]; new Text:Textdraw4; new Text:Textdraw5; new PlayerText:Textdraw6[MAX_PLAYERS]; new P...
1,026
Quote: Originally Posted by AssadMota The admin code dont work: I found this in the gamemode aijfaisjfaisfaisfafnskanf123123 Change admin command with this: Code: COMMAND:makeadmin(pla...
3,877
Quote: Originally Posted by Zeth You might be using it in Pawn.CMD. use it like this PHP код: ...  At least explain him what he did wrong instead of just throwing up some ...
211
Do not use on player update. Use timer. Why you need to restart the server at 0:00? Variable: Код: static timerRestart; OnGameModeInit: Код: timerRestart = SetTimer("RestartCheck", 2000, true...
156
add sam too. so when player in air vehicle it attack player!
1,221
You can use this code to do multiple pages: Definition: Код: #define MAX_LINE_PER_PAGE 30 Variable: Код: static playerPage[MAX_PLAYERS] = {0, ...}; Array: Код: new ve...
390
why cant we do: Код: enum e_Mode { e_Mode_Spawn1[3], e_Mode_Spawn2[3], e_Mode_Spawn3[3], } static array[2][e_Mode]; array[0][e_Mode_Spawn1 + random(3)] any valid reason
68