Dio skripte:
Connect
if(strfind(GetName(playerid),"",true) != -1)
{
if(PlayerInfo >= 1)
{
SCM(playerid, -1, "Doborodosao, ti si clan CnR zajednice.");
return 1;
}
else
{
new string[ 105 ];
format(string, sizeof(string), "%s je izbacen je koristi u svome imenu", GetName(playerid));
SCMToAll( -1, string);
Kick(playerid);
return 1;
}
}
Komanda:
CMD:postavitag(playerid,params[])
{
new ID;
if(PInfo < 4) return SCM(playerid, -1, "Nemas dozvolu");
if(sscanf(params,"ui",ID))
{
SCM(playerid, -1,"/postavitag ");
return 1;
}
if(PlayerInfo == 1) return SCM(playerid, -1, "* Igrac vec ima tag");
SCM(ID, -1,"Bravo. Sada ste clan CnR zajednice");
PlayerInfo = 1;
return 1;
}
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): link slike
