ZCMD Command Help
#4

If you want me to make it admin only then reply with your enums listed.

pawn Код:
CMD:veh(playerid, params[] )
{
     new
        modelid,
        Float:zPos[3];


    if( sscanf(params, "i", modelid)) SendClientMessage(playerid, -1, "Command USAGE: /veh [id]" );
    else
    {
        GetPlayerPos(playerid, zPos[0], zPos[1], zPos[2]);
        CreateVehicle(modelid, zPos[0], zPos[1], zPos[2], 0, 1, 1, 80000);
    }
    return 1;
}
Reply


Messages In This Thread
ZCMD Command Help - by CountryTrooper441 - 26.10.2014, 16:14
Re: ZCMD Command Help - by Glossy42O - 26.10.2014, 16:18
Re: ZCMD Command Help - by CountryTrooper441 - 26.10.2014, 16:21
Re: ZCMD Command Help - by mkmk - 26.10.2014, 16:24
Re: ZCMD Command Help - by Glossy42O - 26.10.2014, 16:25
Re: ZCMD Command Help - by CountryTrooper441 - 26.10.2014, 16:33
Re: ZCMD Command Help - by Glossy42O - 26.10.2014, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)