Search Results
Hi everyone! I'm having an issue with my 4 room based race system. The player has to make a room in the lobby, and then someone joins. All of this works for room 1 (id 0) but in any other room it does...
58
How did you get the right coordinates for TextDrawTextSize? Nice FS (*: Rep. +1
751
Are you sure you put it in the right server folder? Are you sure you opened pawno.exe from the same server folder? Try running pawno.exe as an administrator.
210
Guys, GTA San Andreas automatically takes $100 on death, just add GivePlayerMoney(playerid, 100); @ OnPlayerDeath and you're fine
150
It could be that /setmyscore isn't working correctly, might wanna post that here.
113
Hey I used that filterscript but it won't show me the TextDrawTextSize x.x
95
Hello there! I've been trying to make a textdraw selectable in order to use my textdraw made admin panel. The problem is you need the right coordinates @ TextDrawTextSize so the cursor knows which ar...
95
Uhm, that command hides every name of the server for the person that typed the command only. ( playerid ) This should help: pawn Код: ShowPlayerNameTagForPlayer(i, i, false);
77
This is for example the fine textdraw: pawn Код: Textdraw16 = TextDrawCreate(585.000000, 401.000000, "Fine");    TextDrawBackgroundColor(Textdraw16, 255);    TextDrawFont(Textdraw16, 1);   ...
95
Hello there. I made a little IG admin panel using clickable textdraws. I have a problem though! When I put my mouse somewhere, it'll select all textdraws above the textdraw that should be selected. ...
95
Indeed, version had nothing to do with it. Some program was in the background, I still don't know what it was but yeah, it works now, weird shit I guess
123
Even though it's 0.3e it shouldn't interfere with my game itself.
123
Could we get part of the script please?
53
Hello there SA-MP community, I recently came across a problem on a laptop of mine. When I play GTA SA singleplayer, everything works fine and smooth, but whenever I join a SA-MP server, the game mini...
123
It was one of the first NPC scripts and I released it when I started scripting, no wonder it failed
1,160
Why was the official tab removed anyway?
486
Код: for(new a; a < MAX_PLAYERS; a++) { new name[MAX_PLAYER_NAME], file[256]; GetPlayerName(a, name, sizeof(name)); format(file, sizeof(file), SERVER_USER_FILE, name); i...
177
Quote: Originally Posted by Dragony92 That's simple register login system tutorial, only saves password.... You need to make public for saveing everythink. And to call it in OnPlayerDiscon...
177
Hello there, I used a tutorial for a registration system using dini. You can find it here. I've always used this tutorial and it works fine, however, it won't save shit when the server restarts. I ...
177