C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(576) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(648) : error 017: undefined symbol "SystemMessage"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(652) : error 004: function "ReactionWin" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(840) : error 017: undefined symbol "dcmd_afk"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(841) : error 017: undefined symbol "dcmd_back"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(842) : error 017: undefined symbol "dcmd_brb"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(843) : error 017: undefined symbol "dcmd_afklist"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(844) : error 017: undefined symbol "dcmd_resetafk"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(845) : error 017: undefined symbol "dcmd_jetpack"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(907) : error 017: undefined symbol "aCreateThing"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2568) : error 004: function "CountDown" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2603) : error 017: undefined symbol "IsInvalidSkin"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4284) : error 004: function "SetPlayerRandomSpawnWar" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4319) : error 004: function "SetPlayerRandomSpawnMinigun" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4381) : error 004: function "SetPlayerRandomSpawnSecret" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4423) : error 004: function "SetPlayerRandomSpawnSpS" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4462) : error 004: function "SetPlayerRandomSpawnSniper" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4517) : error 004: function "SetPlayerRandomSpawnAK47" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4565) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4596) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 004: function "OnPlayerKeyStateChange" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5941) : error 017: undefined symbol "newkeys"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5946) : error 017: undefined symbol "GetVehicleWithinDistance"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5947) : error 017: undefined symbol "IsVehicleRcTram"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5948) : error 017: undefined symbol "IsVehicleRcTram"
Question
John
Deci la OnGamemodeInit am pus asa:
AddStaticPickup(1239, 1123.6327, -2037.0813, 69.8865, -1); //Pickup-ul de afara
La OnPlayerCommandText am adaugat asa:
if(strcmp(cmd, "/enter",true) == 0)
{
if(IsPlayerConnected(playerid))
{ if(IsPlayerInRangeOfPoint(playerid,7.0,1123.6327,-2037.0813,69.8865)) //Exterioru de afara
{
SendClientMessage(playerid , COLOR_BLUE, "Bun venit la HQ");
SetPlayerPos(playerid , 2215.454833,-1147.475585,1025.796875 ); //Interioru
SetPlayerInterior(playerid,15); // ID-ul interiorului
}
return 1;
}
Si imi da erorile acestea:
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(576) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(648) : error 017: undefined symbol "SystemMessage"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(652) : error 004: function "ReactionWin" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(840) : error 017: undefined symbol "dcmd_afk"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(841) : error 017: undefined symbol "dcmd_back"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(842) : error 017: undefined symbol "dcmd_brb"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(843) : error 017: undefined symbol "dcmd_afklist"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(844) : error 017: undefined symbol "dcmd_resetafk"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(845) : error 017: undefined symbol "dcmd_jetpack"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(907) : error 017: undefined symbol "aCreateThing"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2568) : error 004: function "CountDown" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(2603) : error 017: undefined symbol "IsInvalidSkin"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4284) : error 004: function "SetPlayerRandomSpawnWar" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4319) : error 004: function "SetPlayerRandomSpawnMinigun" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4381) : error 004: function "SetPlayerRandomSpawnSecret" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4423) : error 004: function "SetPlayerRandomSpawnSpS" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4462) : error 004: function "SetPlayerRandomSpawnSniper" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4517) : error 004: function "SetPlayerRandomSpawnAK47" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4565) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(4596) : error 004: function "SetPlayerRandomSpawnCdm" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5939) : error 004: function "OnPlayerKeyStateChange" is not implemented
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5941) : error 017: undefined symbol "newkeys"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5946) : error 017: undefined symbol "GetVehicleWithinDistance"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5947) : error 017: undefined symbol "IsVehicleRcTram"
C:\Documents and Settings\Propietario\Escritorio\-GM- 3D Stunt\-GM- 3D Stunt\gamemodes\RO1.pwn(5948) : error 017: undefined symbol "IsVehicleRcTram"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Va rog frumos sa imi ziceti ce am gresit, si spuneti-mi cum sa fac ca am mare nevoie ..
Va multumesc !
SAMP - Counter Strike 1.6
2 answers to this question
Recommended Posts