[HELP]

Započeo Maad
23. Mar. 2013. Zaključano
194
pregleda
3
postova
Zoki_Topalovic
4
Shot Caller
23. Mar. 2013.
Skripta koju koristim:nbe
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"
Johnâ„¢
5
Godfather
23. Mar. 2013.
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;
}
Zoki_Topalovic
4
Shot Caller
23. Mar. 2013.
ty moze LOCK.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha