Započeo Maad
•23. Mar. 2013.• Zaključano[HELP]
200
pregleda
3
postova
Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
171
Postovi:
20
Teme:
Pridružio se:Sep. 2012
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:
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"Godfather
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
1,519
Postovi:
30
Teme:
Pridružio se:Jun 2010
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;
}Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava