Detaljan opis problema:Nesto sam ubacivao onaj 3D Text iznad glave i nesto mi ne ide ako ima neko neki tut neka da 😄 al smara me ovaj eror
Dio skripte:
if(PlayerInfo >= 1)
{
if(PlayerInfo == 1341)
{
SetPlayerChatBubble(playerid, "[ SCRIPTER ]", COLOR_BLACK, 20.0,60000);
}
if(PlayerInfo == 1340)
{
SetPlayerChatBubble(playerid, "[ DIRECTOR ]", COLOR_BLACK, 20.0,60000);
}
if(PlayerInfo == 1338)
{
SetPlayerChatBubble(playerid, "[ GLAVNI OSC ]", COLOR_BLACK, 20.0,60000);
}
if(PlayerInfo == 1337)
{
SetPlayerChatBubble(playerid, "[ HEAD OSC ]", COLOR_BLACK, 20.0,60000);
}
if(PlayerInfo == 1 || PlayerInfo == 2 || PlayerInfo == 3 || PlayerInfo == 4)
{
SetPlayerChatBubble(playerid, "[ OSC ]", COLOR_BLACK, 20.0,60000);
}
if(PlayerInfo == 1 || PlayerInfo == 2 || PlayerInfo == 3 || PlayerInfo == 4)
{
SetPlayerChatBubble(playerid, "[ HELPER ]", COLOR_YELLOW, 20.0,60000);
}
if(PlayerInfo == 5)
{
SetPlayerChatBubble(playerid, "[ VODJA HELPERA ]", COLOR_YELLOW, 20.0,60000);
}
if(PlayerInfo == 1)
{
SetPlayerChatBubble(playerid, "[ Turista ]", COLOR_RED, 20.0,60000);
}
if(PlayerInfo >= 1)
{
SetPlayerChatBubble(playerid, "[ PROMOTER ]", COLOR_YELLOW, 20.0,60000);
}
return 1;
}Eror:
C:\Users\Home\Desktop\RolePlay\gamemodes\BE.pwn(6515) : error 017: undefined symbol "j"