Jump to content
  • 0

Problema !! Comanda + Erori


Question

Posted

Buna din nou SA-MP.RO !! Astazi mi`am deschis propriul meu server de SAMP . Toate bune si frumoase !! Am adaugat un sistem de CASE si vreau sa adaug si comanda /houseentrance !

Adica aceasta :

[pawn] }

if(strcmp(cmd, "/houseentrance", true) == 0)

{

    if(IsPlayerConnected(playerid))

{

if(PlayerInfo[playerid][pAdmin] < 9)

{

    SendClientMessage(playerid, COLOR_GRAD2, "  You are not an Owner !");

return 1;

}

tmp = strtok(cmdtext, idx);

if(!strlen(tmp))

{

    SendClientMessage(playerid, COLOR_GRAD2, "SYNTAX: /houseentrance [houseid] - Moves a house to you");

return 1;

}

new proplev = strval(tmp);

if(proplev > sizeof(HouseInfo) || proplev < 0)

{

    SendClientMessage(playerid,COLOR_WHITE,"House ID must be above 0 and below 33");

    return 1;

}

else

  {

    new Float:X,Float:Y,Float:Z;

    GetPlayerPos(playerid,X,Y,Z);

    format(string,sizeof(string),"Entrance of House %d to %f - %f - %f",proplev,X,Y,Z);

      ABroadCast(COLOR_YELLOW,string,5);

HouseInfo[proplev][hEntrancex] = X;

HouseInfo[proplev][hEntrancey] = Y;

HouseInfo[proplev][hEntrancez] = Z;

OnPropUpdate();

return 1;

}

}

}[/pawn]

Numai ca deodata ce sa vezi ? Marile Erori ale vietii !!

C:\DOCUME~1\JoNNy\Desktop\PRO-GA~1\PRO-GA~1\pawno\include\streamer.inc(363) : error 017: undefined symbol "Streamer_OnPlayerPickUpPickup"

C:\DOCUME~1\JoNNy\Desktop\PRO-GA~1\PRO-GA~1\pawno\include\streamer.inc(383) : error 017: undefined symbol "Streamer_OnPlayerEnterCP"

C:\DOCUME~1\JoNNy\Desktop\PRO-GA~1\PRO-GA~1\pawno\include\streamer.inc(403) : error 017: undefined symbol "Streamer_OnPlayerLeaveCP"

C:\DOCUME~1\JoNNy\Desktop\PRO-GA~1\PRO-GA~1\pawno\include\streamer.inc(423) : error 017: undefined symbol "Streamer_OnPlayerEnterRaceCP"

C:\DOCUME~1\JoNNy\Desktop\PRO-GA~1\PRO-GA~1\pawno\include\streamer.inc(443) : error 017: undefined symbol "Streamer_OnPlayerLeaveRaceCP"

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3285) : error 004: function "GivePlayerCash" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3313) : error 004: function "GivePlayerCash" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3349) : error 004: function "SafeResetPlayerWeapons" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3350) : error 004: function "SafeGivePlayerWeapon" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3377) : error 004: function "SafeResetPlayerWeapons" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3512) : error 004: function "split" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3791) : error 004: function "SetPlayerToTeamColor" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3816) : error 004: function "SetPlayerToTeamColor" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3846) : error 004: function "SetPlayerCriminal" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(3851) : error 004: function "SetPlayerCriminal" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4002) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4014) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4026) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4038) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4042) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4054) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4058) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4062) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4066) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4070) : error 004: function "PlayerToPoint" is not implemented

C:\Documents and Settings\JoNNy\Desktop\pro-gamingg\pro-gamingg\gamemodes\PG.pwn(4074) : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

Crede`ti ca ma puteti ajuta cumva ???? Care vrei sa ma ajuti lasa`mi reply aici sau ma gasesti la Y!M : [email protected]

Y!M : [email protected] !! Cam aTaT !!

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.