[Tutorial] How to add Mapping into your server
#21

I finish the map It is LSPD map how , How to add it to work in the script please i need help
Sorry For My Bad English
Reply
#22

Good job,some people have trouble with doing this.
Reply
#23

A good Tutorial for Beginners.
Reply
#24

Good job
Reply
#25

yea i know that all, but where i must save it ? (eg. filterscripts, includes...)

please i need help
Reply
#26

Nice Tutorial
Reply
#27

very useful
Reply
#28

DELETED
Reply
#29

it says
Quote:

C:\games\GTA SanAndreas\SeRveR SaMp\filterscripts\jadmin.pwn(20907) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInIt")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Reply
#30

Nice Tutor
Reply
#31

Right. I've seen a lot of tuts how to do it. I've done it, but I cant add:
Code:
RemoveBuildingForPlayer
It just show me error.
Code:
C:\Documents and Settings\Malcom\Desktop\BaseScript\gamemodes\base.pwn(96) : error 017: undefined symbol "RemoveBuildingForPlayer"
Reply
#32

Thank you very much
Reply
#33

Good job, helpfull topic is this PhoenixB, keep it up..
Reply
#34

Very helpful for newbies
Reply
#35

Thank you and Good Job. But i have probleme here look :
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(41) : error 076: syntax error in the expression, or invalid function call
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(53) : error 021: symbol already defined: "SetGameModeText"
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(56) : error 021: symbol already defined: "AddPlayerClass"
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(5 : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Reply
#36

Quote:
Originally Posted by MarkNelson
View Post
Thank you and Good Job. But i have probleme here look :
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(41) : error 076: syntax error in the expression, or invalid function call
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(53) : error 021: symbol already defined: "SetGameModeText"
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(56) : error 021: symbol already defined: "AddPlayerClass"
C:\Users\infogenie\Desktop\Script\gamemodes\TDM.pw n(5 : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Newbies Reminder:
Don't bump the old thread , also read and follow the rules

On topic:
This thread is 5 years old. Try this

https://sampwiki.blast.hk/wiki/CreateObject

If you are using streamer, here's an useful parameters

PHP Code:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance 300.0); 
P.S: You have to use "SetGameModeText and AddPlayerClass" in the right place. Example:

PHP Code:
public OnGameModeInit()
{
    
SetGameModeText("Team Deathmatch");
    return 
1;

PHP Code:
public OnGameModeInit()
{
    
// Players can spawn with either the CJ skin (0) or The Truth skin (1).
    
AddPlayerClass(01958.331343.1215.36269.1526362815000); // CJ
    
AddPlayerClass(11958.331343.1215.36269.1526362815000); // The Truth
    
return 1;

Reply
#37

How can i know the objects IDE number in samp map construction?
Reply
#38

Thank you !!!!
Reply
#39

Nice Tutorial!
Very HELP FUL!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)