Teleport + MSG (+Rep)
#1

Hello everyone.
Im new at scripting and i wanted to make a fast teleport + msg.
This is how the codes look:
================================================== ==

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/LV") == 0)
{
SetPlayerPos(playerid, 2804.0972,1772.2668,10.8203);
SendClientMessage(playerid, COLOR_RED, "Welcome to Las Venturas)");
}
return 1;

}
========================
I get this error ''undefined symbol "COLOR_RED"
Reply


Messages In This Thread
Teleport + MSG (+Rep) - by iSplasH - 06.04.2012, 16:12
Re: Teleport + MSG (+Rep) - by GtasaPoliceModz - 06.04.2012, 16:13
Re: Teleport + MSG (+Rep) - by iSplasH - 06.04.2012, 16:15
Re: Teleport + MSG (+Rep) - by iSplasH - 06.04.2012, 16:25
Re: Teleport + MSG (+Rep) - by TzAkS. - 06.04.2012, 16:50
Re: Teleport + MSG (+Rep) - by Faisal_khan - 06.04.2012, 16:55
Re: Teleport + MSG (+Rep) - by Amit_B - 06.04.2012, 18:57
Re: Teleport + MSG (+Rep) - by Allu - 06.04.2012, 19:04

Forum Jump:


Users browsing this thread: 2 Guest(s)