Search Results
Just put a tab to it, like this Код: if(pInfo[playerid][pWanted] <= 0) { TextDrawHideForPlayer(playerid, TDEditor_PTD[playerid][2]); }
107
Great! I'll try to implement it on our friends server.
2,407
Use PlayerTextDrawSetString If the string is numeric or something, if its a bar you've to play with the size. https://sampwiki.blast.hk/wiki/PlayerTextDrawSetString If the wanted its with stars, can ...
142
You can search that on the forums.
180
No i mean getting the diferrent rows from the MySQL Table and showing it, look, like --SELECT `NAME`,`LASTNAME`,`ID`, `VIP` FROM `PLAYERS`WHERE `VIP` >= 1 ORDER BY `ID`-- This will do a MySQL que...
158
Orange? 0xFF9900FF or {FF9900} Use a tool called color picker on g00gl, Its useful
81
Fetch the row info, And use strcat to add it to a "format", next get the other row info and use strcat to add, this with all rows To make something like Row 1 NAME: Pepe | Lastname: White Row 2 NAME:...
158
Wow, its beautiful for me, you should add some of that color lights for the night.
884
Hi eveyone, Im here to know if someone could tell me the equals for "db_next_row" in the pBlueG MySQL version R39-5 or the way to do something like that. Thanks and greetings.
158
Nice, useful, i will use it on my friends server xD Thanks bro
2,896
Quote: Originally Posted by 1fret I would suggest you downloading this tool and use it to delete the objects you want to delete, and then click on the show codes icon to get the codes to a...
64
Quote: Originally Posted by Jaua10 Код: C:\Users\Jaua\Downloads\samp037_svr_R2-1-1_win32\gamemodes\Nuevo.pwn(315) : error 035: argument type mismatch (argument 2) C:\Users\Jaua\Downloa...
159
Hi, I just wanna know if there's a way to select a part of a map and delete the other, cause i have a map, but there's more objects mixed and i only want to select a part of the map, and i have all t...
64
Debe ser algo del include, a que se relaciona esa parte?
343
https://sampwiki.blast.hk/wiki/Control_Structures#Operators En esta pagina hay algunos codes que te pueden ayudar usa algo como if([PInfo][Usuario] == CasaPropetario) { //ELCODIGO } Lo de [PInfo][Us...
283
Quote: Originally Posted by SuperHelper Код: CMD:ahelp { new string [944], giveid; strcat(string, "{15FF00}1.{FFFFFF}Level 1 Admin Commands\n"); strcat(stri...
133
What you want? You want the code with the messages converted? Or if you want to do it by yourself use "format" and "strcat", using that you can use your "if(alevel >= ...)"
133
Quote: Originally Posted by FuNkYTheGreat Код: CMD:claimcoupon(playerid, params[]) { new title[64], msg2[126];//Line 4684 format(title,sizeof(title),"{1B8AE4}Claim Coupon"); ...
128