22.07.2015, 02:19
Ok sry for lack of information im using YCMD.
This is OnplayerCommandText im using:
public OnPlayerCommandPerformed(playerid,cmdtext[ ],success)
{
if(!success) return SCM(playerid,-1,"[OG:RP] "CRVENA"You typed the wrong command | Type /komande for list of commands!");
new string[128]; format(string,sizeof(string),"Player %s | CMD: %s",GetName(playerid),cmdtext); LogKomandi(string);
return 1;
}
And my server doestn crash for 1 special command,it crashes every time i type any of commands
This is OnplayerCommandText im using:
public OnPlayerCommandPerformed(playerid,cmdtext[ ],success)
{
if(!success) return SCM(playerid,-1,"[OG:RP] "CRVENA"You typed the wrong command | Type /komande for list of commands!");
new string[128]; format(string,sizeof(string),"Player %s | CMD: %s",GetName(playerid),cmdtext); LogKomandi(string);
return 1;
}
And my server doestn crash for 1 special command,it crashes every time i type any of commands

