Search Results
It would be better with these functions: Code: IsValidPreciseTimer KillAllPreciceTimers
7,647
Your contributions are really excellent, 5 stars
2,278
You need install all librarys of C++ neccesary's, search in G00gle that librarys regarding your windows version (32 or 64 bits)
1,071
What is this? [timerfix.plugin] n_SetTimerEx: bad parameter count (count is 4, should be greater than 5)
13,206
You can actually fix the problem, only I gave it to you updated to the latest version
778
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...
778
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...
5,400
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.
25,844
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...
169,998
Really like your maps, I hope to see maps other than RP.
1,163
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...
1,131
THE DARKNESS II (END 28/03) link: https://www.humblebundle.com/ - (click in the image of the game)
1,773
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) {     ...
470
Use it: PHP код: SetPlayerLevelName(playerid)   {       PlayerInfo[playerid][pLevelName] = EOS;     switch(PlayerInfo[playerid][pLevel])       {           case ...
470
Show the function GetPlayerLevelName, apparently the problem is there. Or just delete that function and add PlayerInfo[playerid][pLevelName]
470
Use switch, is more fast. PHP код: SetPlayerLevelName(playerid) {     switch(PlayerInfo[playerid][pLevel])     {         case 1: PlayerInfo[playerid][pLevelName] = "Private...
470
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 (...
1,008