Setplate help
#10

It should be:
pawn Код:
if (strcmp(cmdtext, "/setplate", true) == 0)
{
    if(PlayerInfo[playerid][pDonateRank] < 1) return SendClientMessage(playerid, -1, "You're not a VIP");
    SetVehicleNumberPlate(GetPlayerVehicleID(playerid), "{FF4040}VIP");
    SetVehicleToRespawn(GetPlayerVehicleID(playerid));
    return 1;
}
Reply


Messages In This Thread
Setplate help - by Meinstad - 13.03.2011, 14:00
Re: Setplate help - by alpha500delta - 13.03.2011, 15:02
Re: Setplate help - by xRyder - 13.03.2011, 15:08
Re: Setplate help - by Meinstad - 13.03.2011, 16:00
Re: Setplate help - by xRyder - 13.03.2011, 16:51
Re: Setplate help - by Hashski - 13.03.2011, 16:59
Re: Setplate help - by Meinstad - 13.03.2011, 17:02
Re: Setplate help - by xRyder - 13.03.2011, 17:09
Re: Setplate help - by Meinstad - 13.03.2011, 17:13
Re: Setplate help - by HyperZ - 13.03.2011, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)