just some help on this gm im making
#8

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if(!strcmp(cmdtext,"/info",true))    //you forgot the !strcmp, and use boulean true.
	{
		SendClientMessage(playerid, WHITE, " World Wide RolePlay");
	}
	return 0;
}
}
Just do it this way, btw if you use isplayerconnected, you have to use a boulean too, but you are a beginner, so I would start with this.
Reply


Messages In This Thread
just some help on this gm im making - by yarrum3 - 17.12.2010, 10:55
Re: just some help on this gm im making - by CrucixTM - 17.12.2010, 10:58
Re: just some help on this gm im making - by yarrum3 - 17.12.2010, 10:59
Re: just some help on this gm im making - by yarrum3 - 17.12.2010, 11:07
Re: just some help on this gm im making - by CrucixTM - 17.12.2010, 11:08
Re: just some help on this gm im making - by yarrum3 - 17.12.2010, 11:12
Re: just some help on this gm im making - by yarrum3 - 17.12.2010, 11:15
Re: just some help on this gm im making - by Baboon - 17.12.2010, 11:53
Re: just some help on this gm im making - by cessil - 17.12.2010, 11:54
Re: just some help on this gm im making - by Baboon - 17.12.2010, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)