30.08.2009, 15:29
Hy! I don't know how install maps on my sa-mp server. For example, how i install that map: http://forum.sa-mp.com/index.php?topic=117738.0 Thanks!
Instructions 1) Open SuperRaceWay.pwn with pawn or text editor, copy everything. 2) Open [name of your gamemode you use].pwn and paste under public OnGameModeInit() 3) Do same for Vehicle Set. 4) Open teleport.txt and copy everything under public OnPlayerCommandText(playerid, cmdtext[]). Type ingame /srw to teleport. 5) To use custom created race checkpoints, place superraceway.yr in scriptfiles, and in game type /loadrace superraceway. You will need Yagu's race filterscript, which you can find here http://forum.sa-mp.com/index.php?topic=20637.0 6) Have Fun! |
Originally Posted by Alien Runner
yes.. and teleport?
|
4) Open teleport.txt and copy everything under public OnPlayerCommandText(playerid, cmdtext[]). Type ingame /srw to teleport.
Originally Posted by ► James_Alex
easy
open the script go under your "OnGameModeInit" or "OnFilterScriptInit" then paste theirthe code that you found like "CreateObject"... then launch your server and everything is done |