SA-MP Forums Archive
SA-MP 0.3c RC client/server (Now released) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SA-MP 0.3c RC client/server (Now released) (/showthread.php?tid=194031)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17


Re: SA-MP 0.3c RC client/server (RC1-2) - rensfromrpas - 28.11.2010

link is down?


Re: SA-MP 0.3c RC client/server (RC1-2) - Steven82 - 28.11.2010

Now all we need is a 0.3c christmas party Too bad not everyone could get on due to max 500 players :P O'well looking forward to future releases of this baby


Re : SA-MP 0.3c RC client/server (RC1-2) - Cyril59 - 28.11.2010






Re: SA-MP 0.3c RC client/server (RC1-2) - Grim_ - 28.11.2010

What object ID is that?

This forum requires that you wait 120 seconds between posts. Please try again in 28 seconds.


Re : SA-MP 0.3c RC client/server (RC1-2) - Cyril59 - 28.11.2010

18637

This forum requires that you wait 120 seconds between posts. Please try again in 28 seconds.


Re: SA-MP 0.3c RC client/server (RC1-2) - Grim_ - 28.11.2010

Thanks man!


Re : SA-MP 0.3c RC client/server (RC1-2) - Cyril59 - 28.11.2010

18636: Police Cap
18642: Taser (Very good for RP )


Re: SA-MP 0.3c RC client/server (RC1-2) - Jantjuh - 28.11.2010

swj7d6y7xnichutyehtn !!!!!!!!!!!!!! ::

thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Re: SA-MP 0.3c RC client/server (RC1-2) - V1rus12 - 28.11.2010

You can move the vehicle also if the engine is switched off


Re: SA-MP 0.3c RC client/server (RC1-2) - Grim_ - 28.11.2010

Quote:
Originally Posted by V1rus12
Посмотреть сообщение
You can move the vehicle also if the engine is switched off
Re-read the first post, there is a way of disabling that.

This forum requires that you wait 120 seconds between posts. Please try again in 20 seconds.


Re: SA-MP 0.3c RC client/server (RC1-2) - The_Moddler - 28.11.2010

Quote:
Originally Posted by V1rus12
Посмотреть сообщение
You can move the vehicle also if the engine is switched off
Wich one is it?

Also, by the way..

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
The behaviour of the vehicle engine, lights and alarm is different depending on whether you use ManualVehicleEngineAndLights().

If you use ManualVehicleEngineAndLights and disable the engine while driving, you won't be able to control the car. The reason for this is GTA SA's vehicle physics - it still allows you to accelerate in certain vehicles even with the engine off. We haven't found a better solution to that problem yet.



Re: SA-MP 0.3c RC client/server (RC1-2) - TroyBoy - 28.11.2010

how i AttachObjectToVehicle?


Re: SA-MP 0.3c RC client/server (RC1-2) - $t3ve - 28.11.2010

DUDE MAN I Installed Stock SA from CD. After i did that, i opened it. Worked fine. Then i installed SA-MP 0.3c. AND THEN SA, SAMP WONT LOAD LOL EPIC FAILURE


Re: SA-MP 0.3c RC client/server (RC1-2) - Elviss - 28.11.2010

hoo cool


Re: SA-MP 0.3c RC client/server (RC1-2) - Grim_ - 28.11.2010

Quote:
Originally Posted by $t3ve
Посмотреть сообщение
DUDE MAN I Installed Stock SA from CD. After i did that, i opened it. Worked fine. Then i installed SA-MP 0.3c. AND THEN SA, SAMP WONT LOAD LOL EPIC FAILURE
Epic failure on your side yes. Seeing how hundreds of other people have installed it with no problem, you did something wrong.

Quote:
Originally Posted by $t3ve
Посмотреть сообщение
LOL EPIC FAILURE



Respuesta: SA-MP 0.3c RC client/server (RC1-2) - TheChaoz - 28.11.2010

thanks for fixing the SetPlayerAttachedObject function.


Re: SA-MP 0.3c RC client/server (RC1-2) - WillyP - 28.11.2010

Quote:
Originally Posted by jonnyboy
Посмотреть сообщение
the only one? O.o (W T F)

does it work for you and not for me? that rlly sux shit.

i use XP Pro... why won't it work
This isn't the final version.


Re: SA-MP 0.3c RC client/server (RC1-2) - Slice - 28.11.2010

@johnnyboy: whatever drugs you're on.. hand them over to me and my body will properly dispose of them.

This is a RELEASE CANDIDATE, it's for people that want to help testing and want to get their gamemodes ready for 0.3c.


Re: SA-MP 0.3c RC client/server (RC1-2) - jonnyboy - 28.11.2010

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
This isn't the final version.
i can read. "lmao" if it works for others then it should work for me...

and why do i get unknown server command if i write /help?...

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/help", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, 0xFFFF00AA, "::PLAYER:: /kill /animlist");
        SendClientMessage(playerid, 0xFFFF00AA, "::CAR:: /engine /setmyplate");
        SendClientMessage(playerid, 0xFFFF00AA, "More commands are coming!");
        return 1;
    }
    return 0;
    }



Re: SA-MP 0.3c RC client/server (RC1-2) - WillyP - 28.11.2010

Quote:
Originally Posted by jonnyboy
Посмотреть сообщение
i can read. "lmao" if it works for others then it should work for me...

and why do i get unknown server command if i write /help?...

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/help", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid, 0xFFFF00AA, "::PLAYER:: /kill /animlist");
        SendClientMessage(playerid, 0xFFFF00AA, "::CAR:: /engine /setmyplate");
        SendClientMessage(playerid, 0xFFFF00AA, "More commands are coming!");
        return 1;
    }
    return 0;
    }
Go to my topic, I've updated my code so that the vehicle doesn't spawn elsewhere.