OnPlayerCommandText (i think) problems...
#3

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.....
}
Reply


Messages In This Thread
OnPlayerCommandText (i think) problems... - by Ash. - 07.07.2010, 07:40
Re: OnPlayerCommandText (i think) problems... - by Geso - 07.07.2010, 07:45
Re: OnPlayerCommandText (i think) problems... - by silvan - 07.07.2010, 07:46
Re: OnPlayerCommandText (i think) problems... - by Ash. - 07.07.2010, 08:01
Re: OnPlayerCommandText (i think) problems... - by Ash. - 07.07.2010, 09:22
Re: OnPlayerCommandText (i think) problems... - by Bcklup - 07.07.2010, 09:32
Re: OnPlayerCommandText (i think) problems... - by Ash. - 07.07.2010, 09:34
Re: OnPlayerCommandText (i think) problems... - by Bcklup - 07.07.2010, 09:39
Re: OnPlayerCommandText (i think) problems... - by Ash. - 07.07.2010, 09:51
Re: OnPlayerCommandText (i think) problems... - by Bcklup - 07.07.2010, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)