Search Results
It would be better with these functions: Code: IsValidPreciseTimer KillAllPreciceTimers
5,438
Your contributions are really excellent, 5 stars
1,525
You need install all librarys of C++ neccesary's, search in G00gle that librarys regarding your windows version (32 or 64 bits)
821
What is this? [timerfix.plugin] n_SetTimerEx: bad parameter count (count is 4, should be greater than 5)
9,184
You can actually fix the problem, only I gave it to you updated to the latest version
545
This will work in MySQL plugin R41-4, also you need the library strlib for the function strcpy. strlib.inc https://sampforum.blast.hk/showthread.php?tid=362764 So, in OnGameModeInit: Code: mysql_t...
545
Quote: Originally Posted by Uberanwar I wonder why they are suddenly releasing the game for free. Could be a sign that GTA 6 is coming really soon maybe. If so, GTA: SA was free for a l...
3,704
A Spanish fool is dedicated to throw sa-mp servers for a week and eliminate the Spanish community from the forum, the Russians steal the source code and are still there. Mmmhhh.
13,580
Quote: Originally Posted by Chaprnks The v2.9.4 update gives me 82347893246 warnings on compile =/ Код: YSI_Visual\y_commands/impl.inc(1444) : warning 219: local variable "id" shadows...
93,755
Really like your maps, I hope to see maps other than RP.
822
Quote: Originally Posted by Grim_ Nice release. I was working on a project sometime ago which would have millions of items (100/1000's+ of each skin, vehicle, etc) ownable by players. This...
845
THE DARKNESS II (END 28/03) link: https://www.humblebundle.com/ - (click in the image of the game)
981
Please, don't abuse of the 'stocks', read more of this in: https://sampforum.blast.hk/showthread.php?tid=570635 Replace old function with this. PHP код: GetPlayerTeamName(playerid) {     ...
308
Use it: PHP код: SetPlayerLevelName(playerid)   {       PlayerInfo[playerid][pLevelName] = EOS;     switch(PlayerInfo[playerid][pLevel])       {           case ...
308
Show the function GetPlayerLevelName, apparently the problem is there. Or just delete that function and add PlayerInfo[playerid][pLevelName]
308
Use switch, is more fast. PHP код: SetPlayerLevelName(playerid) {     switch(PlayerInfo[playerid][pLevel])     {         case 1: PlayerInfo[playerid][pLevelName] = "Private...
308
Quote: Originally Posted by Ponga Damn that`s cool! i don`t have idea how did you made the reflection on the floor. Keep it up ducky. I give you an idea, use the texture of the mirror (...
741