Search Results
did you readd the topic? what we are talking about here is VEHICLE streamer,
160
there are many vehicle streamer in this forum. which are the working one? EDIT: what i meant with working one is working for Linux
160
if i increase it into a higher value than 2000, is it possible?
160
hi all... if i change the value of MAX_VEHICLE inside of a_samp.inc, will it changed the max ammount of vehicle? or it just make a new problem? :3
160
fixed the old problem, got a new problem pawn Код: //still inside the loopif(!strcmp(pName(playerid), vInfo[d][Name], false))                    {                        pri...
278
you forgot a ";" behind pawn Код: new Float: x,Float: y,Float: z
131
i already do it before, read my thread before replying.
278
Quote: Originally Posted by Sarra I'm sorry for the edits, I have to learn reading the hole thread before posting a reply! ------ You got your name printed there, which means it works? ...
278
hi all... i got a problem while making my dealership system when i loop trough all vehicle, i compare the vehicle owner's name. but, when the name are the same with my nickname, it's detected as dif...
278
no., using "==" are not the true way to compare two string. use strcmp instead.
175
correction: it's ShowPlayerDialog(playerid, DIALOG_ID, STYLE not ShowPlayerDialog(playerid, STYLE change the dialog_id with the id you want
184
people are spamming around. please lock this thread
19,710
pawn Code: #define FILTERSCRIPT #define TEAM_GROVE 1 #define TEAM_BALLAS 2 #define TEAM_VAGOS 3 new ZoneDeaths[sizeof(ZoneInfo)]; new ZoneInfo[][eZone] = {     {2337.9004,-1808.8383,2590.2043,-16...
154
put these code pawn Code: new ZoneAttacker[sizeof(ZoneInfo)] = {-1, ...}; new ZoneAttackTime[sizeof(ZoneInfo)]; new ZoneDeaths[sizeof(ZoneInfo)]; under pawn Code: //--Zones-------------// enum eZone...
154
1000 is 1 second 60 time 1000 (1 second) is 1 minute 50 time 60000 (1 minute) is 50 minute if you want to make it into 15 minutes, just change the "50" into "15"
83
Quote: Originally Posted by MicroD Command_AddAltNamed(old[], altname[]) according to http://forum.sa-mp.com/showthread.ph...md_+y_commands Quote: Originally Posted by *****...
156
now, how can i do something like "cmd_commandname(playerid, "something");" with y_commands?
156
hi all... it's a little bit silly, but i'm so curious. Which is better and faster, Zcmd or y_cmd? EDIT: read the last thread before replying
156
maybe use "return 1;" instead of "continue;" ?
89
you're doing it wrong pawn Код: public SauvegardeVoitures(){    new query[128];    format(query, sizeof(query), "SELECT * FROM `voitures`");    mysql_tquery(mysql, query, "SauvegardeVoiture...
146