Search Results
and also a textdraw for level/exp/hours
548
and obviously if 3 times in a row, then add another if at the beginning of onPlayerCommandText something like: pawn Код: if(!strcmp(cmd, "/command", true) == 0){timesused[playerid] = 0;}
298
well one thing: don't use enum for 1 value, it's a waste of lines, really... you would probably be better off with doing pawn Код: new pBank[MAX_PLAYERS]; , however instead of MAX_PLAYERS i sugges...
225
althought i like the highlighting in pawn, but forgive me, for i haven't been into sa-mp/pawn/kye for 2 years
448
well doesn't make that much difference when it comes to making out code from the context, does it?
448
and for Kye's sake, use
448
we're not here to give you free code, there are other people for that but they take $ if y0u're interested in further scripting you should.. no, you MUST understand pawno
448
i would seriously suggest for everyone who scripts to first understand what each line does and how it can be altered before posting on the forums..
448
great dude keep it coming, i live seeing people do their best
1,820
so bassicaly your script freezes a player when they spawn and they cannot move, so you have to unfreeze them manually? if so then you should provide us with the code.
289
well it was that way in the first post so you just used the check the way he did it, and he had done it with error, so... anyway keep helping them fellows
420
one thing: >= 0? doesn't that include those who aren't SAPD too?
420
if by help you expect us to hand out code then by reading my post i will not help you that much. well first of all you should know how to check if something is true. first of all you should check if...
420
by plus i assume you mean add up, or sum. well i haven't heard of an mysql function that does that, so you should : 1. Extract data 2. Alter it (in your case, sum, add up, plus, what is needed) 3. Upd...
495
first of all, i would like to ask why make an array of 128 when a color cannot be any longer than 4 symbols (more or less) ?
180
well, i would say that car "names" are defined inside a text file which contains all the vehicles, their pos, possibly mods and names. instead of puting that code in the script, you should break it up...
144
idea find a function that is called often or is called when one switches between weapons (sorry it's been a while since i scritped sa-mp (about 2 years)) and make it so that he gets his weapon switch...
218