Whats wrong with this?
#6


//Here your end your if statement in one line
if(strcmp(params,"lvpd",true) == 0) return SendClientMessage(playerid,0xFF0000FF,"Usage: /open [gate]");
then right after you try to use a { for the if statement
{

You can either do
if(...) function;
or
if(...)
{
functions
}

Man, I have seen a lot of stuff like this from your posts, please please
https://sampwiki.blast.hk/
Reply


Messages In This Thread
Whats wrong with this? - by Torran - 07.02.2010, 00:12
Re: Whats wrong with this? - by Miguel - 07.02.2010, 00:22
Re: Whats wrong with this? - by Torran - 07.02.2010, 00:23
Re: Whats wrong with this? - by mansonh - 07.02.2010, 00:23
Re: Whats wrong with this? - by Torran - 07.02.2010, 00:24
Re: Whats wrong with this? - by mansonh - 07.02.2010, 00:28
Re: Whats wrong with this? - by Torran - 07.02.2010, 00:30
Re: Whats wrong with this? - by mansonh - 07.02.2010, 00:35
Re: Whats wrong with this? - by Torran - 07.02.2010, 16:40
Re: Whats wrong with this? - by MadeMan - 07.02.2010, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)