04.09.2013, 09:30
PHP код:
CMD:dance(playerid, params[])
{
if(id == 1)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);// Dancing Styles
}
else if(id == 2)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);// Dancing Styles
}
else if(id == 3)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);// Dancing Styles
}
else if(id == 4)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);// Dancing Styles
}
else
{
SendClientMessage(playerid, COLOR_WHITE, "USAGE: /an dance [ID]");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "1,2,3,4");
}
return 1;
}
PHP код:
C:\Users\Niko\Desktop\DeathMatch server by bustern\gamemodes\DeathMatch.pwn(823) : error 017: undefined symbol "id"
C:\Users\Niko\Desktop\DeathMatch server by bustern\gamemodes\DeathMatch.pwn(827) : error 017: undefined symbol "id"
C:\Users\Niko\Desktop\DeathMatch server by bustern\gamemodes\DeathMatch.pwn(831) : error 017: undefined symbol "id"
C:\Users\Niko\Desktop\DeathMatch server by bustern\gamemodes\DeathMatch.pwn(835) : error 017: undefined symbol "id"