Help with a single command
#4

u should remember then u need to put the first letter as a BIG letter
for eximple:

wrong!
Код:
public onPlayerConnect(somthing)
{
sendClientmessage(playerid, 0xFFFFFF, "You have connected to our server");
return 1;
}
good!
Код:
public onPlayerConnect(somthing)
{
SendClientMessage(playerid, 0xFFFFFF, "You have connected to our server");
return 1;
}
i hope u know what i talking about =D
Reply


Messages In This Thread
Help with a single command - by Stryp - 25.03.2011, 19:38
Re: Help with a single command - by MadeMan - 25.03.2011, 19:40
Re: Help with a single command - by Stryp - 25.03.2011, 19:41
Re: Help with a single command - by [ProX]BlueFire - 25.03.2011, 19:47
Re: Help with a single command - by Stryp - 25.03.2011, 19:52
Re: Help with a single command - by [ProX]BlueFire - 25.03.2011, 19:58
Re: Help with a single command - by Stryp - 25.03.2011, 20:00
Re: Help with a single command - by [ProX]BlueFire - 25.03.2011, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)