Warnings ! :)
#4

Quote:
Originally Posted by milanosie
Посмотреть сообщение
you have one } bracklet to much

pawn Код:
if (!strcmp("/v Boxville2", cmdtext, true))
    {
        if(SpawnedVehicles[playerid] != 0) DestroyVehicle(SpawnedVehicles[playerid]);
        new Float:X,Float:Y,Float:Z,Float:ROT;
        GetPlayerPos(playerid,X,Y,Z);
        GetPlayerFacingAngle (playerid,ROT);
        SetVehicleNumberPlate(SpawnedVehicles[playerid] = CreateVehicle(606,X,Y,Z,ROT,-1,-1,60), "{0095FF}S{E5FF00}K{FF0000}R");
        PutPlayerInVehicle(playerid,SpawnedVehicles[playerid],0);
        GameTextForPlayer(playerid,"~h~~w~Boxville 2~n~~h~~w~ID:~h~~r~606",2500,1);
        return 1;
}
Nope.Isan't this.I tried and give me lots of errors.
Reply


Messages In This Thread
Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:07
Re: Warnings ! :) - by milanosie - 22.02.2012, 11:10
Re: Warnings ! :) - by park4bmx - 22.02.2012, 11:11
Re: Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:13
Re: Warnings ! :) - by emokidx - 22.02.2012, 11:18
Re: Warnings ! :) - by DarkyTheAngel - 22.02.2012, 11:30
Re: Warnings ! :) - by SchurmanCQC - 22.02.2012, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)