Posts: 45
Threads: 3
Joined: Jan 2008
Reputation:
0
hello i got a question about trains and to put site .
Ok i got a server and it is PEN SF mode but as i dont have any trains there i want to add them.
How can i add trains to my server how and where,can u guys tell me how to add trains please.
I also need to add somethnig like /site to people see our website forums .
Posts: 185
Threads: 13
Joined: Jan 2008
Reputation:
0
lol search id on wiki and use a admin script or sthing else to create a train... drive it to the right position where you wantto have it and save the position
cheeerz
Posts: 45
Threads: 3
Joined: Jan 2008
Reputation:
0
Well for the id i know now but as the position can u put here something like a code to i add there cause i dont undesrtand what u saying
Posts: 1,087
Threads: 103
Joined: Mar 2009
example:
Addstaticnoob (1275,1,207.0323,-129.8516,1003.507
;
and /site
use this
if(strcmp(cmd, "/site", true) == 0)
{
if(IsPlayerConnected(playerid))
{
SendClientMessage(playerid, COLOR_GRAD1,"our website is
www.balbal.com");
SendClientMessage(playerid, COLOR_GRAD1,"our fourm is
www.forum.balbal.com");
}
return 1;
}
Posts: 790
Threads: 7
Joined: Mar 2008
Reputation:
0
Place it at: OnPlayerCommandText
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
Why the crap do you need IsPlayerConnected? (person above who used it)
How can someone that is not connected have called a command?
Posts: 45
Threads: 3
Joined: Jan 2008
Reputation:
0
Thx m8 for teh help.
Other thing is now i want to put this with color like yelow can u tell me wht is code to put on that,also i need to know the exact location to put tram and train in SF cause i dont know where are the veicules in my PEN SF PWN and to they stay there.