Search Results
It would be better with these functions:
Code:
IsValidPreciseTimer
KillAllPreciceTimers
2,833
Your contributions are really excellent, 5 stars
768
You need install all librarys of C++ neccesary's, search in G00gle that librarys regarding your windows version (32 or 64 bits)
440
What is this?
[timerfix.plugin] n_SetTimerEx: bad parameter count (count is 4, should be greater than 5)
4,330
You can actually fix the problem, only I gave it to you updated to the latest version
231
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...
231
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...
1,606
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.
3,771
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...
24,899
I don't see the download link...
801
Really like your maps, I hope to see maps other than RP.
240
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...
380
Outside Kalcor, we have a new developer
838
my ex-girlfriend loved to play with my heart
1,380
THE DARKNESS II (END 28/03)
link: https://www.humblebundle.com/ - (click in the image of the game)
285
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)
{
...
109
Use it:
PHP код:
SetPlayerLevelName(playerid)
{
PlayerInfo[playerid][pLevelName] = EOS;
switch(PlayerInfo[playerid][pLevel])
{
case ...
109
Show the function GetPlayerLevelName, apparently the problem is there.
Or just delete that function and add PlayerInfo[playerid][pLevelName]
109
Use switch, is more fast.
PHP код:
SetPlayerLevelName(playerid)
{
switch(PlayerInfo[playerid][pLevel])
{
case 1: PlayerInfo[playerid][pLevelName] = "Private...
109
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 (...
375