Search Results
Thanks guys, Jernu's method worked.
90
Hello, when I restart my game mode all vehicle engines have already started, I've even tried adding in this: pawn Код: public OnVehicleSpawn(vehicleid){    if(vehicleid != 509 && vehicl...
90
pawn Код: SetTimer("Clock", 1000, true);    SetTimer("ADTimer", 1300, true);    SetTimer("NOPSetPlayerPos", 1600, true);    SetTimer("SaveServer", 150000, true);    SetTimer("AltTabTimer",...
241
I really can't see the problem here, I've looked through the script a thousand times and can't notice why this happens but whenever another player enters a vehicle it doesn't show my vehicle info text...
241
^ I don't get this, my vehicle health is supposed to be showing 1000/1000. Here is my code: pawn Код: forward HealthTima(playerid);public HealthTima(playerid){    new engine, lights, alarm, do...
92
Yeah tried it after I posted the previous message, works that way, cheers!
82
I put pawn Код: TogglePlayerSpectating(playerid, 1); under pawn Код: OnPlayerConnect and it just loads saying "Connected to Domination Roleplay" and nothing else happens.
82
pawn Код: ShowDialog(playerid, 2); This opens the Login dialog after it checks whether the user is registered. It's under pawn Код: public OnPlayerRequestClass(playerid, classid){ which mean...
82
Yeah I have a good host so hopefully it'll be ok, just wanted to check whether timers could cause lag. Thanks.
100
I have set these three timers to show the following things when entering a vehicle; Amount of fuel, vehicle name and the speed. pawn Код: SetTimer("SpeedTimer", 80, true);    SetTimer("FuelTima...
100
Nevermind, fixed, thanks guys. +rep
172
Hello. I have created a speed-o-meter textdraw but it doesn't seem to want to show when I enter a vehicle. This is up top with my other working textdraws pawn Код: new Text:SpeedTD; // Speed Text...
172
It works on my other server, just not on this one, the code I posted I mean. Attach3DTextLabelToPlayer won't work. Any other suggestions?
132
Whenever I type /adminduty I want it to display a 3D text label above my name in green saying 'Admin Duty', then when I type /adminduty again it should disappear. This is what I have so far: pawn К...
132
How can I get this: pawn Код: SetPlayerCameraPos(playerid, 1495.273925, -1675.542358, 28.382812);SetPlayerCameraLookAt(playerid, 1535.268432, -1675.874023, 13.382812);SetPlayerPos(playerid, 2641....
81
Copy and paste the scripts in the error lines given.
106
Sorry, forgot the /. I can't see anything wrong with the code though, the flight attendant bit works fine but it doesn't teleport the player..
61
pawn Код: public shamalsTimer() {    ShamalTick--;    foreach(Player, i) {        switch(ShamalTick) {            case 1:{                mysql_close();              Â...
61