Search Results
deleted line 33 return 1; also that should do it,would of been exiting there when the player has no object ids yet pawn Код: #include <a_samp>new nrg[MAX_PLAYERS][7];public OnFilterScriptIni...
310
try this pawn Код: #include <a_samp>new nrg[MAX_PLAYERS][7];public OnFilterScriptInit() return print("[FS]NRG Mod Loader!");public OnFilterScriptExit() {    for(new i=0; i < MAX_PLAYERS...
310
pawn Код: new string[24] = "up to 24 letters"; like this? actually do you mean like this pawn Код: new label[24];copy(label,params,sizeof(label));
232
can you post PED_SetFacingPlayer(0, playerid) not setfacingpoint please
257
if 250 is greater then the vehicle health? pawn Код: if(vh < 250) return
310
yeah there is its 1000 i belive or you can just define you own too pawn Code: @define MAX_SOMETHINGELSE  1234 then you can use your custom one pawn Code: new array[MAX_SOMETHINGELSE];
204
this is my old one pawn Код: new weapon2,ammo2;    new minimsg[MAX_STRING];    new cheater[MAX_PLAYER_NAME];for (new i=0; i<MAX_PLAYERS; i++)    {        if(IsPlayerConnected(i) &...
258
you dont have to write out every if statment to get the same result you could do something like pawn Код: new w[MAX_PLAYERS][47];   //ARRAY 47 SLOTS FOR EACH PLAYERS (put where your w%d var's ar...
273
when the player selects the class, how do you set the var, would be something like; Код: Team[playerid]=TEAM_AFGHANISTAN; // or Team[playerid]=TEAM_ASSULT; so you can check it with your "if" statm...
212
where do you change the Team[playerid] for the player?
212
you havent defined gPlayerClass did you just all the code in from somewhere? show from line 85
222
can use getdate and save the year month day is that what you mean have a look at this http://www.compuphase.com/pawn/Time_Functions.pdf
306
take the space out of "player id" and make it "playerid"
476
not really sorry do you also want to save that date that they register?
306
if you look in dini.inc there is lots of examples of how to read a file or use file function im a but rusty with it but i gutted dini_get to make this quickly should print eack line of the file to t...
240
I did this a while back for a old game mode i got the tickcount when they joined and disconected then Subtracted the connect tickcount from the disconnect tickcount and saved that number then timeco...
306
Quote: Originally Posted by (SF)Noobanatior this should add it to everyone else on the server Код: Prop[playerid] = CreatePlayerObject(playerid, PropPositions[ii][ModelID], PropPositio...
269
this should add it to everyone else on the server Код: Prop[playerid] = CreatePlayerObject(playerid, PropPositions[ii][ModelID], PropPositions[ii][Offset][0], PropPositions[ii][Offset][1], PropPos...
269