SA-MP 0.3c RC client/server (Now released)

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
How can I use the Color Embedding?

I got this, but does not work.

pawn Код:
SendClientMessage(playerid,"Object (0xC0C0C0FF) created.");
pawn Код:
SendClientMessage(playerid,"Object {C0C0C0}created.");
Reply

What the hell, I'm 5 hours trying to solve this problem ... I thought people here helped, but I am mistaken, no one helped me a damn thing yet ...
I'll ask one last time: Because when I turn on my server (rp-la) appears file or function is not found?
Reply

Vanderson: You didn't read the original post. Scripts using the function SetPlayerHoldingObject need to be updated for 0.3c.
Reply

Most likely related to one of your plugins, Vanderson...

EDIT: Or what Kalcor said, wich I assume is more logical in this topic, lol
Reply

Little tip: The engine ain't working on the NRG 500.
Reply

if (strcmp("/cc", cmdtext, true, 10) == 0)
{
new C1, C2, C3, C4;
new string[256];
C1 = random(999999);
C2 = random(999999);
C3 = random(999999);
C4 = random(999999);
format(string, 256, "{%d}S{%d}A{%d}M{%d}P", C1, C2, C3, C4);
SendClientMessage(playerid, 0xFFFFFF, string);
return 1;
}

To get "SAMP" in random colors
Reply

please give me an example code, how can I attach an object to be a head of player ... coordinates i can do alone, 0.3b me go good, but in new RC version sa-mp could not.

sorry for my bad english
Reply

Quote:
Originally Posted by [03]Garsino
Посмотреть сообщение
pawn Код:
SendClientMessage(playerid,"Object {C0C0C0}created.");
Not working as well.

Quote:
Originally Posted by PS3Gamer
Посмотреть сообщение
please give me an example code, how can I attach an object to be a head of player ... coordinates i can do alone, 0.3b me go good, but in new RC version sa-mp could not.

sorry for my bad english
Well use the define for SetPlayerHoldingObject :P
Reply

I placed "ManualVehicleEngineAndLights();" in "OnGameModeInit" but engine still starts when i enter a vehicle, what is the problem?
Reply

You forgot a parameter lol (the colour one...)
Reply

Well, not SetPlayerHoldingObject .. I took all the gm, and gave the same thing and include, I have several which will be what is giving error? ... : S?
Reply

pawn Код:
if (strcmp("/cc", cmdtext, true, 10) == 0)
{
new C1, C2, C3, C4;
new string[256];
C1 = random(999999);
C2 = random(999999);
C3 = random(999999);
C4 = random(999999);
format(string, 256, "{%d}S{%d}A{%d}M{%d}P", C1, C2, C3, C4);
SendClientMessage(playerid, 0xFFFFFF, string);
print(string);
return 1;
}
Would save the colours into serverlog
Reply

Another epic release from SA-MP Team. Thank You for releasing it guys.
Reply

I have not forgot the color parameter in the message itself.
Reply

Server IP Testing?
Reply

Well, not SetPlayerHoldingObject .. I took all the gm, and gave the same thing and include, I have several which will be what is giving error? ... : S?
Reply

to Jochemd

but me giving an error in server log

Run time error 19 "File or fuction is not found"
Reply

But you forgot the colour parameter in the function...
Reply

How to use the color in dialogs?
Reply

I love you Kalcor.

One word, amazing.
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)