30.01.2013, 16:57
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
Sorry For My Bad English
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. |
RemoveBuildingForPlayer
C:\Documents and Settings\Malcom\Desktop\BaseScript\gamemodes\base.pwn(96) : error 017: undefined symbol "RemoveBuildingForPlayer"
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 |
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
public OnGameModeInit()
{
SetGameModeText("Team Deathmatch");
return 1;
}
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;
}