[[[RESOLVED]]][PROBLEM] With Script
#1

Hi Im TheRedBull,Im Spanish.

I Have This Problem, and I can not solve,Can You Help Me?


Code:
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{

if (strcmp("/TheRedBullCerrar", cmdtext, true, 10) == 0)
{
MoveObject(Poort, 2287.4814453125, 604.43542480469, 12.593704223633);
SendClientMessage(playerid, COLOR_GREEN, "Puerta Cerrada.");
return 1;
}

if (strcmp("/TheRedBullAbrir", cmdtext, true, 10) == 0)
{
MoveObject(gate, 2287.4814453125, 604.43542480469, 12.593704223633);
SendClientMessage(playerid, COLOR_GREEN, "Puerta Abierta");
return 1;
}
return 0;

Please Answer me.
Reply


Messages In This Thread
[[[RESOLVED]]][PROBLEM] With Script - by THE_GAMER - 08.03.2010, 14:35
Re: [PROBLEM] With Script - by [MWR]Blood - 08.03.2010, 14:38
Re: [PROBLEM] With Script - by THE_GAMER - 08.03.2010, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)