Error on ZCMD
#4

ZCMD include alone you to place your code were you wont into your gm/fs but not in callbacks/functions or other place

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return 1;
}
CMD:detach(playerid, params[])
{
    new var0 = 0;
    var0 = GetPlayerVehicleID(playerid);
    DetachTrailerFromVehicle(var0);
    SendClientMessage(playerid, 0x00FF00FF, "Trailer Detached");
    return 1;
}
Reply


Messages In This Thread
Error on ZCMD - by Neil. - 16.05.2012, 12:34
Re: Error on ZCMD - by Jonny5 - 16.05.2012, 12:36
Re: Error on ZCMD - by Neil. - 16.05.2012, 12:37
Re: Error on ZCMD - by doreto - 16.05.2012, 12:38
Re: Error on ZCMD - by omario - 16.05.2012, 12:43

Forum Jump:


Users browsing this thread: 2 Guest(s)