little help please
#1

im trying to make a gate that only one player can open it

Код:
if(strcmp(cmdtext, "/zelenxo", true) == 0);
	{
	new
	pName[MAX_PLAYER_NAME];
	{
    GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
	{
    if(!strcmp(pName, "ZelenX"))//if players name is zelenx

	{
    new string[128];
	new movetime = MoveObject(zelen1, 1497.25000000,-699.91000000,90.79000000,2.00000000); MoveObject(zelen2, 1497.25000000,-699.91000000,101.80000000,2.00000000);
    SendClientMessage(playerid,COLOR_YELLOW, "Dobro dosao kuci ZelenX , ukucaj /zelenxc da zatvoris kapiju.");
    format(string, sizeof(string), "Object will finish moving in %d milliseconds", movetime);

	else
	{
	SendClientMessage (playerid,0xFFFF00AA,"You are not ZelenX , please fuck off this house!");
	}
	}
	}
	}
           return 1;	
           }
but i have some errors

Код:
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(509) : error 036: empty statement
C:\Documents and Settings\xy\Desktop\SAMP\ravens\Raven's Roleplay 0.3c\filterscripts\neon.pwn(524) : error 029: invalid expression, assumed zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
CAN SOMEBODY TELL ME WHERE IS PROBLEM
Reply


Messages In This Thread
little help please - by Amel_PAtomAXx - 18.03.2011, 00:03
Re: little help please - by pawn_ - 18.03.2011, 00:07
Re: little help please - by Amel_PAtomAXx - 18.03.2011, 00:14
Re: little help please - by Calgon - 18.03.2011, 00:15
Re: little help please - by antonio112 - 18.03.2011, 00:16
Re: little help please - by Amel_PAtomAXx - 18.03.2011, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)