[COMPILE ERROR] VEH Command
#4

I compiled this and it worked try it (it should work)::

Код:
CMD:veh(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
    	new vehid;
    	new Float:x, Float:y, Float:z;
    	if(sscanf(params, "u", vehid)) return SendClientMessage(playerid, COLOR_RED, "Use /veh [vehicle id]");
    	else
    	{
    		GetPlayerPos(playerid, x, y, z);
    		CreateVehicle(vehid, x, y, z, 82.2873, 0, 0, 0);
    		return 1;
	}
    }
    else return SendClientMessage(playerid, COLOR_RED, " ** You must be a level 3 Admin to use that! ");
}
Reply


Messages In This Thread
[COMPILE ERROR] VEH Command - by NewerthRoleplay - 30.04.2012, 20:58
Re: [COMPILE ERROR] VEH Command - by Youice - 30.04.2012, 21:05
Re: [COMPILE ERROR] VEH Command - by NewerthRoleplay - 30.04.2012, 21:09
Re: [COMPILE ERROR] VEH Command - by Youice - 30.04.2012, 21:10
Re: [COMPILE ERROR] VEH Command - by Youice - 30.04.2012, 21:12
Re: [COMPILE ERROR] VEH Command - by Max_Coldheart - 30.04.2012, 21:17
Re: [COMPILE ERROR] VEH Command - by MP2 - 30.04.2012, 22:07
Re: [COMPILE ERROR] VEH Command - by NewerthRoleplay - 30.04.2012, 22:14

Forum Jump:


Users browsing this thread: 1 Guest(s)