SendCommand
#10

pawn Код:
{
    if(GetPlayerMoney(playerid) > 10000)
    {
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid,x,y,z);
    CreateVehicle(411, x+5, y-2, z+1, 82.2873, 0, 1, 5000000);
    }
    else
    {
        SendClientMessage(playerid, red, "Error:You need more cash to do this.
https://sampwiki.blast.hk/wiki/CreateVehicle
Reply


Messages In This Thread
[NON SOLVED] SendCommand - by truckingserver - 23.12.2012, 07:09
Re: SendCommand - by truckingserver - 23.12.2012, 07:21
Re: SendCommand - by Avi Raj - 23.12.2012, 07:26
Re: SendCommand - by truckingserver - 23.12.2012, 07:29
Re: SendCommand - by B-Matt - 23.12.2012, 07:49
Re: SendCommand - by truckingserver - 23.12.2012, 08:59
Re: [NON SOLVED] SendCommand - by truckingserver - 23.12.2012, 09:01
Re: SendCommand - by DaRk_RaiN - 23.12.2012, 09:15
Re: SendCommand - by truckingserver - 23.12.2012, 09:23
Re: SendCommand - by DaRk_RaiN - 23.12.2012, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)