Search Results
Where I can download any custom models, I want test this option (here -> https://forum.sa-mp.com/forumdisplay.php?f=94 are only skins )
1,581
This is only example, I try save data from database into iterator (uid in list of players). In DB I have 3 uid (3,4,5), but iterator saving only first record (3), so size is right. I don't know why sa...
262
This example is ok, but when I want add values from database, iterator save only first record. Just like here: PHP код: stock test2(playerid) {     new Iterator : Iter_Test<20>; ...
262
I want add all numbers of uid from query into test_iter
262
But, I want add uid from sql into iterator. ((When I use IterCount result is 1, why only 1 element is save?))
262
PHP код: stock save(playerid) {     new Iterator: test_iter<20>;     new tmp_uid, nick[30];     mysql_query(MyDB, "SELECT uid, Nick FROM players WHERE PD = 1"); ...
262
I have this in dialog, how I can check, who option/player was chosen? It's possible with mysql? PHP код: mysql_query(DB, "SELECT `Name`,`uid` FROM `serv` WHERE FBI = 1");       Â...
59
I have problem, because I have dialog and how I can save who option choose player ? For example: https://i.imgur.com/WGwaEYL.png
106
Hi, I want create a bot, who can walking for a player. My friend say me, that I can do it with fcnpc plugin, but i don't now how. What function and how create this bot? FCNPC is hard
72
PHP код:          new query[128];         mysql_format(DB, query, sizeof(query), "SELECT * FROM `Test`");          mysql_query(DB, query);           ...
119
Hi, I have in my database 3 records and I save this into enum > Company[Name]... And I don't know, how I can show all records, because when I save - cache_get_value_name(0, "Name", Company[Name], ...
119
Hi, I have 1 interrior and many doors to him, when player enters on interrior server set his virtualworld. A simple example: Coordinates: First Doors - Virtualworld = 1 Coordinates: Second Doors - Vri...
196
I found this, thanks bro!
109
Hi, you know id/or name this texture on a ceiling? (There is many lamp)
109
Hello, I use mysql BlueG r41 and I have question, Can in this version is function mysql_free_results()? And can I must do it?
52
Thanks Bro Greetings from Poland!
236
Hi, how I can save a new skin? for example: PHP Code: AddCharModel(0, 20014, "ballas3.dff", "ballas3.txd");  I save in database MySQL Blueg r41 and I have a problem, because when I use fu...
236