07.08.2011, 17:10
tmp = strtok(cmdtext, idx);
if(!tmp[0])
{
format(tmp, 128, "Verwendung: /carlock [0 - %d]", Max_Player_Cars-1);
Im too bored to read whole code but you assigned same variable for messgae and for cmd param
if(!tmp[0])
{
format(tmp, 128, "Verwendung: /carlock [0 - %d]", Max_Player_Cars-1);
Im too bored to read whole code but you assigned same variable for messgae and for cmd param