22.09.2009, 15:00
then you have to call it somewhere
if (strcmp("/cmd", cmdtext, true, 4) == 0)
{
WhateverName(playerid);
return 1;
}
if (strcmp("/cmd", cmdtext, true, 4) == 0)
{
WhateverName(playerid);
return 1;
}