Re: SA-MP 0.3c RC client/server (RC1) - [03]Garsino - 28.11.2010
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.");
Re: SA-MP 0.3c RC client/server (RC1) -
Vanderson - 28.11.2010
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?
Re: SA-MP 0.3c RC client/server (RC1) -
Kalcor - 28.11.2010
Vanderson: You didn't read the original post. Scripts using the function SetPlayerHoldingObject need to be updated for 0.3c.
Re: SA-MP 0.3c RC client/server (RC1) - [03]Garsino - 28.11.2010
Most likely related to one of your plugins, Vanderson...
EDIT: Or what Kalcor said, wich I assume is more logical in this topic, lol
Re: SA-MP 0.3c RC client/server (RC1) -
Jochemd - 28.11.2010
Little tip: The engine ain't working on the NRG 500.
Re: SA-MP 0.3c RC client/server (RC1) -
Scorpi - 28.11.2010
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
Re: SA-MP 0.3c RC client/server (RC1) -
PS3Gamer - 28.11.2010
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
Re: SA-MP 0.3c RC client/server (RC1) -
Jochemd - 28.11.2010
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
Re: SA-MP 0.3c RC client/server (RC1) -
gangsta15 - 28.11.2010
I placed "ManualVehicleEngineAndLights();" in "OnGameModeInit" but engine still starts when i enter a vehicle, what is the problem?
Re: SA-MP 0.3c RC client/server (RC1) - [03]Garsino - 28.11.2010
You forgot a parameter lol (the colour one...)
Re: SA-MP 0.3c RC client/server (RC1) -
Vanderson - 28.11.2010
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?
Re: SA-MP 0.3c RC client/server (RC1) -
WillyP - 28.11.2010
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
Re: SA-MP 0.3c RC client/server (RC1) -
Leeroy. - 28.11.2010
Another epic release from SA-MP Team. Thank You for releasing it guys.
Re: SA-MP 0.3c RC client/server (RC1) -
Jochemd - 28.11.2010
I have not forgot the color parameter in the message itself.
Re: SA-MP 0.3c RC client/server (RC1) -
super-sergio16 - 28.11.2010
Server IP Testing?
Re: SA-MP 0.3c RC client/server (RC1) -
Vanderson - 28.11.2010
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?
Re: SA-MP 0.3c RC client/server (RC1) -
PS3Gamer - 28.11.2010
to Jochemd
but me giving an error in server log
Run time error 19 "File or fuction is not found"
Re: SA-MP 0.3c RC client/server (RC1) - [03]Garsino - 28.11.2010
But you forgot the colour parameter in the function...
Re: SA-MP 0.3c RC client/server (RC1) -
Flyfishes - 28.11.2010
How to use the color in dialogs?
Respuesta: SA-MP 0.3c RC client/server (RC1) -
MrDeath537 - 28.11.2010
I love you Kalcor.
One word, amazing.