Re: How to add Mapping into your server -
Slavian - 30.01.2013
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
Re: How to add Mapping into your server -
Toby_Manley - 04.02.2013
Good job,some people have trouble with doing this.
AW: How to add Mapping into your server -
Blackazur - 04.02.2013
A good Tutorial for Beginners.
Re: How to add Mapping into your server -
Odedara - 04.02.2013
Good job
Re: How to add Mapping into your server -
S4ba - 04.02.2013
yea i know that all, but where i must save it ? (eg. filterscripts, includes...)
please i need help
Re: How to add Mapping into your server -
ScopeBoy - 10.02.2013
Nice Tutorial
Re: How to add Mapping into your server -
badwolf2105 - 06.06.2013
very useful
Re: How to add Mapping into your server -
xFirex - 06.06.2013
DELETED
Re: How to add Mapping into your server -
mubashir - 12.07.2013
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.
|
Re: How to add Mapping into your server -
botak - 10.10.2013
Nice Tutor
Re: How to add Mapping into your server -
RevCeo - 13.10.2013
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"
Re: How to add Mapping into your server -
SAMPbitch - 18.07.2014
Thank you very much
Re: How to add Mapping into your server -
shaff - 11.11.2014
Good job, helpfull topic is this PhoenixB, keep it up..
Re: How to add Mapping into your server -
Arastair - 11.11.2014
Very helpful for newbies
Re: How to add Mapping into your server -
MarkNelson - 17.03.2016
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
Re: How to add Mapping into your server -
MicroKyrr - 17.03.2016
Quote:
Originally Posted by MarkNelson
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(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float: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(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // CJ
AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // The Truth
return 1;
}
Re: How to add Mapping into your server -
gheibi - 21.05.2016
How can i know the objects IDE number in samp map construction?
Re: How to add Mapping into your server -
Iqba - 10.07.2016
Thank you !!!!
Re: How to add Mapping into your server -
xDevilx - 23.10.2016
Nice Tutorial!
Very HELP FUL!