Search Results
More suggestions and opinions are welcome!
606
Quote: Originally Posted by Wizdo pawn Код: #include <a_mysql>#include <a_samp>#include <core>#include <float> Always add #include <a_samp> first if you ...
606
COMMANDS: /rangestats - TOP 15 scores /exitrange /shootingrangetp - Teleports to shooting range (ONLY FOR RCON ADMINS) PHOTO: http://www.part.lt/perziura/b2514186...a89c2c6430.png http://www.part.lt/p...
606
https://sampwiki.blast.hk/wiki/SetObjectMaterialText
99
Im getting error 6 now, which seems to be website issue, but code working with a free website. Big thanks to you, it was really important for me.
118
put your mapp file here: http://gtamap.delux-host.com/converter/ and you will get a pawn code dont forget to select pawn code for sa-mp format
78
Код: /// an example new mowner[MAX_VEHICLES][MAX_PLAYER_NAME]; // on top of your gm //////////////// // onplayerstatechange // if new state == driver new mid = GetPlayerIdFromName(mowner[vehiclei...
109
put new string[128]; on top off your gamemode
127
new Year, Month, Day; getdate(Year, Month, Day); new query[500],pNameg[24]; GetPlayerName(playerid,pNameg,sizeof(pNameg)); format(query,sizeof(query),"UPDATE `vartotojai` SET prisijungimas='...
197
http://www.k-dst.de/kategorien.php?s...t=More%20Stuff is your pickupid really 19135?
147
http://www.part.lt/perziura/2389314a...084320b734.png Does anyone know this object id?(I tried find it on mta, but failed)
81
interiorid, checkpoint pos? http://weedarr.wikidot.com/interior
140
new bool:jailed[MAX_PLAYERS]; if (strcmp("/sfstunt", cmdtext, true, 10) == 0) { if(jailed[playerid] == true) { // send message return 1; } if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) r...
122
code(from sa-mp wiki , just for testing): Code: forward MyHttpResponse(index, response_code, data[]); public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp("/hello",cmdtext,true)) ...
118