Search Results
no pict ? make it more interesting, good job anyway ..
362
i think thats my server, PM me if you want my trashman job
194
im using your FS, its fixing, but after 6 - 10 hours from server start its showing again randomly in certain area, any help pls? thx
1,446
I've been releasing my new GM to my server, on Closed Beta and Open Beta test, this opcode warning never shown, i dont know what is wrong, but ive searched ******s, and forum too for solving this prob...
46
try to use ZCMD dude .. paste it anywhere outside other method / function in ur script ..
92
try this : pawn Код: CMD:xgoto(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] >= 5){        new Float: pos[3], int;        if(sscanf(params, "fffd", pos[0], pos[1], pos[2], i...
92
just get the interior coord, and then make an array that show the coord and the text..
148
PUT THIS AT OnPlayerKeyChange pawn Код: if(IsKeyJustDown(KEY_SUBMISSION, newkeys, oldkeys)) { //start engine    return cmd_engine(playerid," ");}if(IsKeyJustDown(KEY_FIRE, newkeys, oldkeys)) { ...
164
thats all i do for you, can't you just copy and paste ? learn some scripting basic dude ..
164
pawn Код: stock IsKeyJustDown(key, newkeys, oldkeys){    if((newkeys & key) && !(oldkeys & key))        return 1;    return 0;} i forgot this..
164
pawn Код: foreach(Player,i){  if(yourplayervariales[i][adminvariables] >= 1){     SendClientMessage(i,COLOR,texthere);  }}
60
use it at OnPlayerKeyChange pawn Код: if(IsKeyJustDown(KEY_SUBMISSION, newkeys, oldkeys)) { //start engine    return cmd_engine(playerid," ");}if(IsKeyJustDown(KEY_FIRE, newkeys, oldkeys)) {  ...
164
Quote: Originally Posted by ****** The two vehicles don't have the same ID, the problem is probably this variable: pawn Код: playerVariables[i][pCarID][c] Two of those have the same ...
165
but when the player use cmd /findcar (its show the player vehicle location), its showing the vehicle thats owned by other player not the players vehicle, which is the vhicle have ID 88..
165
pawn Код: foreach(Player, i) {        for(new c=0; c<MAX_PLAYER_VEHICLE; c++){            if(playerVariables[i][pCarID][c] == vehicleid) {                if(playerVariables[pl...
165
why you reposted my image ? i've re- uploaded it ..
165
sure its re uploaded, but its showing to me..
165
need help here, what makes the vehicles have same id ? if image doesnt show : https://www.dropbox.com/s/3pis5jfr50n2hci/sa-mp-000.png
165
just to the point, is there something wrong with my code ? pawn Код: public FuelUpdate(){    for(new i = 1;i<MAX_VEHICLES;i++){        if(GetVehicleModel(i)){            new engine,...
66