23.12.2012, 09:30
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.