C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(371) : warning 225: unreachable code
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(376) : warning 225: unreachable code
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(376) : error 029: invalid expression, assumed zero
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(376) : error 004: function "OnPlayerRequestClass" is not implemented
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(384) : warning 225: unreachable code
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(384) : error 029: invalid expression, assumed zero
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(384) : error 004: function "OnPlayerDeath" is not implemented
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(396) : warning 225: unreachable code
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(396) : error 029: invalid expression, assumed zero
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(396) : error 004: function "GameModeExitFunc" is not implemented
C:\Program Files\Rockstar Games\GTA SA SAMP\gamemodes\monster.pwn(399) : error 030: compound statement not closed at the end of file (started at line 372)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
//---------------------------------------------------------
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext,"/help",true)==0){
SendClientMessage(playerid, COLOR_YELLOW, "-----Befehle-----");
SendClientMessage(playerid, COLOR_YELLOW, " /sv (CarName Suchen) , /spawnvehicle , /afk um afk zu gehen");
SendClientMessage(playerid, COLOR_YELLOW, " /afklist um alle zu sehen die AFK Sind , /back um Zurückzukommen");
SendClientMessage(playerid, COLOR_YELLOW, "STRG Drücken um eine Rampe zu erscheinen zu lassen.");
SendClientMessage(playerid, COLOR_YELLOW, "/commands um die Befehle vom Login System zu sehen.");
SendClientMessage(playerid, COLOR_YELLOW, "/tele um Die Teleports zu sehen.");
return 0;
{
return 1;
//---------------------------------------------------------