Search Results
Sorry if i post in wrong section... I downloaded map editor and put in SA folder (where is gta_sa.exe) and when i open app. i got this http://i.imgur.com/EmqEIvF.png
95
Just use normal array new RandomSkin[43] = { 1,2,3... };
148
Hi, i don't have VPS or DEDI, just normal small game host. I send email to my hosting provider but he tell me that i need to compile plugin with new path /usr/lib64/mysql/libmysqlclient.so.16 /usr/li...
57
pawn Код: format(query, (sizeof query), "SELECT pLozinka FROM korisnici WHERE pIme='%s'",getName(playerid, true));        mysql_query(query);        mysql_store_result();        new re...
61
pawn Код: new vehicleid = GetPlayerVehicleID(playerid), modelid = GetVehicleModel(vehicleid);if((newstate == PLAYER_STATE_DRIVER) && (modelid != 510 || modelid != 462 || modelid != 481 || ...
79
Limit is 3 dimension so if you use like enum _something_ { one, two[2], three[3][2] }; new variable[MAX_PLAYERS][_something_]; // that's already two dimensions if you use variable...
115
lol :P reverse is not native samp function...
137
Thanks, i just made... It work's thanks anyway
137
How to make algoritm for inverting string, example: need = deen yes = sey etc.
137
that's what I meant to do but I'm wondering if there is a shorter way to do it, Babul way is just okey Thanks anyway...
87
pawn Код: // examplenew level = GetPlayerDrunkLevel(playerid);printf("You have %d promilles", level); How to get just one digit from 'level' variable... Example, if level value is 1000 i wanna to...
87
Awesome! Now, you shoud make IN GAME SendClientMessage FS (lol, fail)
116
Quote: Originally Posted by Basssiiie If you're not expecting more than 32 players on your server, the second one is okay. The first one might not be that useful, as you're calling this fu...
196
I don't know how LuxAdmin work's but i can make you similarly command, may help you pawn Код: YCMD:giveallscore(playerid, params[], help) // https://sampforum.blast.hk/showthread.php?tid=169029){...
185
This is playerTextDraw's pawn Код: bankomatTD[playerid][2] = CreatePlayerTextDraw(playerid,442.000000, 100.000000, "_");    PlayerTextDrawBackgroundColor(playerid,bankomatTD[playerid][2], 255);...
69
Edit: I found a problem -.- I have pawn Код: #define text "{HEX...}" Lock please!
145