Search Results
Oh huge thanks guys gona give you bouth rep. Didnt know how to get this done as i before didn't face this kind of a thing...
112
So i have these: PlayerInfo[playerid][pcocaine] += 5; PlayerInfo[playerid][pWeed] += 10; Am i able to make them as a fucntion like this? GivePlayerWeapon(playerid,0,0);
112
So basicly i havent found anything wrong here but pawno says that there is somthing wrong... PHP код: {     new string[128];     format(string,sizeof(string), "http://translate.****...
62
Well if anyone has the same problem here is a fix. PHP код:           gSelectionItems[playerid][x] = CreateModelPreviewTextDraw(playerid, itemat, BaseX, BaseY, SPRITE_DIM_X, SP...
57
1.Get map editor 2.Go somwhere high in the sky 3.Create the interior 4.Save the position cords 5.Export the pawn code 6.Import the code in your gamemode 7.Run your server 8.Play #HaveFun.
126
Well i fixed all the previous errors but i can't find a way how to do that with this one... PHP код: C:\Users\WeeD\Desktop\SAMP\gamemodes\HTLS-RP.pwn(4169) : error 035: argument type mis...
57
So yeah well i have these gametexts but i dunno how to turn them into progress bars can somone help ? +REP ofcorse EDIT: If you could add names to them it would be really grate (Purple bars + White ...
41
Fixed onmy own like this: PHP код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) {       if(vehicleid == 509 || vehicleid == 481 || vehicleid == 510)    Â...
63
So basicly i have been shootin around trying to find a way how to do this but still can't :/ And this is all what i could do to remove engine for bikes but still i cant understand how to do that with ...
63
You mean "stock LoadChar(playerid)"? Cuz i dont have such a function :/ EDIT: public OnPlayerConnect(playerid) public OnPlayerRequestClass(playerid, classid) public OnPlayerSpawn(playerid) Or the...
134
Create 2nd team like you have TeamTerrorists make TeamPolice. Then code cmds to be usable only for the used class.
70
Thanks but fixed it on my own using the technique u gave me earlyer recoded the dropcar on the same basis as the fishing but now the timers are freezing on relogging so what could couse it ? EDIT: S...
134
Wow thank you so much but i wanted to ask one more thing Same problem with dropcar :/ As this is different type code i am facing the same problem again :/ All about the timer itself: PHP код: ...
134
We could start with you showing us the lines...
200
So how can i fix it ? I need to do the same with FishTime ? EDIT: You mean i need to do it like this ? dini_IntSet(file, "FishingTime", PlayerInfo[playerid][pFishTime]);
134
Scripted the missing things but still timer aint saving in user file but user file is being updated with info that i have added new timer.What could be the reason that it doesent save in user file aft...
134
Oh i wrote wrongfully i am sorry the thing is that the timers are working but when player exits the game and rejoins few seconds later the timer is set to 0 so i want to find a way how to freeze the ...
89
So basicly the tittle says everything. I wanted to know how i could create timer saves for these 2 timers. PHP код:  g_var[playerid] = 1;             SetTimerEx("CountDown",1200...
89