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
11
Just use normal array
new RandomSkin[43] = {
1,2,3...
};
17
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...
17
pawn Код:
format(query, (sizeof query), "SELECT pLozinka FROM korisnici WHERE pIme='%s'",getName(playerid, true)); mysql_query(query); mysql_store_result(); new re...
13
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid), modelid = GetVehicleModel(vehicleid);if((newstate == PLAYER_STATE_DRIVER) && (modelid != 510 || modelid != 462 || modelid != 481 || ...
11
/abox ~r this will crash your server g~:P
102
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...
11
lol :P
reverse is not native samp function...
11
Thanks, i just made... It work's thanks anyway
11
How to make algoritm for inverting string, example:
need = deen
yes = sey
etc.
11
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...
11
Lol, good idea, thanks.
11
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...
11
Awesome! Now, you shoud make IN GAME SendClientMessage FS (lol, fail)
8
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...
13
Big thanks from me!
37
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){...
14
This is playerTextDraw's
pawn Код:
bankomatTD[playerid][2] = CreatePlayerTextDraw(playerid,442.000000, 100.000000, "_"); PlayerTextDrawBackgroundColor(playerid,bankomatTD[playerid][2], 255);...
9
Edit: I found a problem -.-
I have
pawn Код:
#define text "{HEX...}"
Lock please!
13