Argonath RPG - A World of its own
Argonath RPG Community => Hardware/Software support => Resolved issues => Topic started by: Mike. on February 12, 2010, 05:19:55 pm
-
Ive made my own SAMP RP server
Ive got character selection working ive spawned cars but now...
I just need to set up some job scripts and the first one i want is /duty for police.
Can tell me how to get it or where a guide is?
Thanks.
-
In Fact i don't know but ask scripter or Use Google.com
-
All Argonath scripts are made from scratch by the developers and scripters, without using any guides or ready-made scripts.
For looking ready-made scripts, use Google as Argonath's scripts are not available for the public.
-
All Argonath scripts are made from scratch by the developers and scripters, without using any guides or ready-made scripts.
For looking ready-made scripts, use Google as Argonath's scripts are not available for the public.
I guessed that :D Argonath scripts are to good to be published to people,
Ive just finished setting up the Xadmin scripts so yeh ill go search on good :S not that any shows how exactley to make a job like /duty on Argonath.
Thanks for the replys peeps
-
The best place to ask for scripting help and info would be at the samp forums.
-
SA:MP forums offer alot of help also www.wiki.sa-mp.com (http://www.wiki.sa-mp.com) helped me learn the basics of scripting, not much advancded help there though.
-
I made my own fire,cop,and a few other scripts I could teach you,you have to have all the includes though,which is painstaking :)
-
That's Awesome too803 but how you will get many players you need internet high speed
-
Ok can someone help me with port forwarding?
I did everything a guide said and used a port forwardign website but my server still didnt show.
In the end i ended up messing my internet up and my server was the only one that would connect :( Any help please?
-
Try finding your router here:
http://www.portforward.com/english/routers/port_forwarding/routerindex.htm (http://www.portforward.com/english/routers/port_forwarding/routerindex.htm)
-
Copypaste into OnPlayerCommandText
if(!strcmp(cmdtext, "/duty", true) )
{
new Float:position[3];
GetPlayerPos(playerid, position[0]. position[1], position[2]);
CreatePlayerObject(playerid, -1, position[0], position[1], position[2], 0.0, 0.0, 0.0);
return 1;
}
it should work perfectly
-
Copypaste into OnPlayerCommandText
if(!strcmp(cmdtext, "/duty", truesomething weird
{
new Float:position[3];
GetPlayerPos(playerid, position[0]. position[1], position[2]);
CreatePlayerObject(playerid, -1, position[0], position[1], position[2], 0.0, 0.0, 0.0);
return 1;
}
it should work perfectly
Aborted 4 errors :O
-
Check where these errors appear.
-
Dude it was sarcasm, lol
-
Dude it was sarcasm, lol
You got guts :D Wait till im unbanned ill come get you for this lol.
-
IcyAero, I've seen Argonath's 911 scripts on other servers.
-
Argonath's 911's text is based of Godfather's (with some edits on the messages shown for cops), that's why.
-
IcyAero, I've seen Argonath's 911 scripts on other servers.
It's not just Argonathrpg that uses 911.
It's used on most rp servers.
Obviously there's some similarity