Search Results
pawn Код: //PlayerInfo[playerid][pFac] = Faction[playerid]; Waste of Variable #1                 Inviter[playerb] = playerid;//What does this even do? This was same in the accept faction..
121
Im trying to make /invite in dialog like when i invite some guy and he will see an dialog if he accept he will be invited to the faction if he decline he will be not invited, but here i got problems n...
121
Look if its pawn Код: if(IsSATaxi(vehid)) = works! But i tried 2 vehicles to work. Also there no problems in the stocks, so like i told you.. pawn Код: stock IsSATaxi(vehicleid){    for(ne...
137
pawn Код: Derror 029: invalid expression, assumed zerowarning 215: expression has no effecterror 001: expected token: ";", but found "if" Line: pawn Код: else if(!IsSATaxi(GetPlayerVehicleID(...
137
I got some problem after i add fare to can work on two vehicles but its not working always giving me the last "Ti nemas licenca" but before i got an "ptaxilicense =1" . Old: pawn Код: if(IsAnTax...
137
Quote: Originally Posted by PowerPC603 My guess is that your MAX_FACTIONS define is set to 11, which gives you indices ranging from 0 to 10, and you're accessing index 11 in your new code....
115
Problem with adding an new faction in the past i have figured out that but now im getting some problems pawn Код: D:\SA-MP\MOD [2014[\Mod [stara verzija]\gamemodes\NRMP.pwn(5664) : error 032: arr...
115
Quote: Originally Posted by Dutheil What streamer version do you use ? Show us your command. I use the latest streamer from incognito. (This down are the objects where this problem is c...
146
Nope, im talking and if im only in the server still got same error, also my friend check and he recive this and after sometime everyone who see this error crash. When i type /rac (respawn all cars) i ...
146
First of all its not problem in my GTA, i dont have any mods, there no problem with my GTA i can play on every server without problems only here, i was thinking that some car have wrong VehicleMod but...
146
Im trying to make the line smaller like i need this function to add and if someone use that cmd and its not in some of this vehicle IDS it wont work for him like now its: pawn Код: if(vehmd == 4...
99
So how to fix like if i use this insteald of SendClientMessage pawn Код: stock SendClientMessageEx(playerid,color,type[],{Float,_}:...){    new string[128];    for(new i = 0;i<numargs() -2;...
137
What's wrong here? All got same problem pawn Код: warning 202: number of arguments does not match definition LINES: pawn Код: SCM(a,COLOR_RED,"Vozivte Prebrzo! Radarot ve fati,vasata brzina...
137
When someone use this /bizsef and type /bizsef deposit -300000 he recive +3000000 ? How... pawn Код: CMD:bizsef(playerid, params[]){    new value, string[128];    new idx = PlayerInfo[playeri...
119
That works but what about more items in lime? pawn Код: if(listitem == 17) return CarmodDialog(playerid);        new componentid[] = {1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,108...
141
Im making an dialog for tuning cars, but i got some problem. Do i need to use like: pawn Код: new componentid[1073]; pawn Код: D:\SA-MP\MOD [2014[\Mod [stara verzija]\gamemodes\XBRP.pwn(3761...
141
So my dealership save only vehicles which are tuned in the normal GTA Tune Garages [SF/LS] but im trying to make this cmd to save also the vehicle mods. pawn Код: UpdateVehicle(vehicleid, removeo...
85
I got some problem and im trying to figure out... ERRORS: pawn Код: D:\SA-MP\MOD [2014[\Mod [stara verzija]\gamemodes\Proba so Ibizz\XBRP.pwn(37315) : error 012: invalid function call, not a vali...
106