28.11.2010, 15:55
SA-MP 0.3c RC client/server (Now released)
28.11.2010, 15:55
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?
I'll ask one last time: Because when I turn on my server (rp-la) appears file or function is not found?
28.11.2010, 15:57
Vanderson: You didn't read the original post. Scripts using the function SetPlayerHoldingObject need to be updated for 0.3c.
28.11.2010, 15:57
Most likely related to one of your plugins, Vanderson...
EDIT: Or what Kalcor said, wich I assume is more logical in this topic, lol
EDIT: Or what Kalcor said, wich I assume is more logical in this topic, lol
28.11.2010, 15:58
Little tip: The engine ain't working on the NRG 500.
28.11.2010, 16:00
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
{
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
28.11.2010, 16:06
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
sorry for my bad english
28.11.2010, 16:08
Quote:
pawn Код:
|
Well use the define for SetPlayerHoldingObject :P
28.11.2010, 16:09
I placed "ManualVehicleEngineAndLights();" in "OnGameModeInit" but engine still starts when i enter a vehicle, what is the problem?
28.11.2010, 16:09
You forgot a parameter lol (the colour one...)
28.11.2010, 16:10
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?
28.11.2010, 16:12
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;
}
28.11.2010, 16:13
Another epic release from SA-MP Team. Thank You for releasing it guys.
28.11.2010, 16:16
I have not forgot the color parameter in the message itself.
28.11.2010, 16:17
Server IP Testing?
28.11.2010, 16:18
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?
28.11.2010, 16:18
to Jochemd
but me giving an error in server log
Run time error 19 "File or fuction is not found"
but me giving an error in server log
Run time error 19 "File or fuction is not found"
28.11.2010, 16:18
But you forgot the colour parameter in the function...
28.11.2010, 16:18
How to use the color in dialogs?
28.11.2010, 16:20
I love you Kalcor.
One word, amazing.
One word, amazing.
« Next Oldest | Next Newest »
Users browsing this thread: 4 Guest(s)