Slade wrote on July 19, 2018, 7:36 pm:
ÄŒitav dio daj, ne samo te dvije linije.
YCMD:laptop(playerid,params[],help)
{
if(UlogovanProvera == 0) return SCM(playerid, -1, ""CRVENA" "SIVA"Moras se ulogovati da bi koristio ovu komandu!");
if(!IsPlayerInRangeOfPoint(playerid, 5.0, KucaInfo, KucaInfo, KucaInfo)) return SCM(playerid,-1,"BL:RP "ZELENA"Niste u vasoj kuci!");
if(KucaInfo == 0) return SCM(playerid, -1,""CRVENA"BL:RP "BELA"Nemas laptop!");
TogglePlayerControllable(playerid, false);
Frezovan = 1;
TextDrawShowForPlayer(playerid,Laptop0);
TextDrawShowForPlayer(playerid,Laptop1);
TextDrawShowForPlayer(playerid,Laptop2);
TextDrawShowForPlayer(playerid,Laptop3);
TextDrawShowForPlayer(playerid,Laptop4);
TextDrawShowForPlayer(playerid,Laptop5);
TextDrawShowForPlayer(playerid,Laptop6);
TextDrawShowForPlayer(playerid,Laptop7);
TextDrawShowForPlayer(playerid,Laptop8);
TextDrawShowForPlayer(playerid,Laptop9);
TextDrawShowForPlayer(playerid,Laptop10);
return 1;
}