Search Results
Can someone tell me what's the default color code of the text in these dialogs? https://sampwiki.blast.hk/wiki/Dialog_Styles
54,832
Thanks for your reply, I do get the data from the query in LoadData, but why player doesn't get the XP, when XP[playerid] should already have a value after this is called: Код: mysql_function_que...
66
I've created this stock to load player data: Код: stock LoadPlayerData( playerid ) { new query[50]; format( query, 50 ,"SELECT XP FROM players WHERE Vardas = '%s'",GetName[ playerid ] )...
66
I have a short question. When you don't want to use cache in mysql_function_query? For example: mysql_function_query( mysql, query, false, "", "");
54,832
I changed my server files through FTP and tried to start my server again, but I got this message: I don't know why did this happen, because I was doing everything like in this tutorial: https://sam...
96
Should I contact my VPS provider about swap or there is a way to fix this?
124
Quote: Originally Posted by Kaliber As you can see...no Well, you're script seems to be very bad scripted. You should learn how to hold the stack & heap very small if you have low r...
124
Hello, I bought a VPS and tried to launch a MySQL gamemode. I installed MySQL, Apache, uploaded all the server files and I get this error when I start my server Код: [19:08:18] Script[gamemodes/...
124
Maybe you have created loop in your saving query which inserts these wrong numbers
203
Код: forward DialogDelay(i); public OnPlayerRequestClass(playerid) { SetSpawnInfo(playerid, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0); TogglePlayerSpectating(playerid, true); SetTimerEx("Di...
119
Set the text string of TextDraw to " - " and strech the font size
59
Hello, I'm looking for list of SA-MP sprites. I have tried Lorenc_'s sprite browser, but it didn't worked. Can you help me to find the list or working software?
54,832
Thanks, but what I have to do to print out TextDraws in for loop like this: Text Text Text Is it even possible?
86
Is it possible to create TextDraws using for loop? I have tried that, but it didn't worked. Код HTML: new Text:TD[5]; OnGameModeInit() { new Float: x, Float: y; x = 146.0; y = 156.0; for(n...
86
When I'm try to type /aduty I get a crash, there is error message in my server_log.txt file. I'm using Zgaming Roleplay gamemode. Error message: *** Streamer_SetFloatData: Invalid ID specified What ...
57
Код: public OnGameModeInit(){ ShowPlayerMarkers(1);
126
Copy and paste few lines where you placed your ShowPlayerMarkers(1);
126
Код: public OnPlayerConnect(playerid) { new string[128]; format(string,sizeof (string),"Your text here"); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX,"Mission", string, "OK...
63
You want to create a new checkpoint when player enters it?
57
probably you didn't included streamer plugin in server.cfg file
69