07.07.2010, 07:46
remove all " return 1; " from the fs's OnPlayerCommandText
then should work, leave only the one in the gamemode finishing with return 1;
I meant the one of ending with... like
public OnPlayerCommandText(playerid,cmd[])
{
// Your stuff here.....
{
return 1; Leave these here
}
// your stuff here.....
{
return 1;
}
return 1; Remove This Line from all your FS's.....
}
then should work, leave only the one in the gamemode finishing with return 1;
I meant the one of ending with... like
public OnPlayerCommandText(playerid,cmd[])
{
// Your stuff here.....
{
return 1; Leave these here
}
// your stuff here.....
{
return 1;
}
return 1; Remove This Line from all your FS's.....
}