C:\Users\*****\Desktop\LGRP 0.3x\gamemodes\LGRP.pwn(5840) : error 001: expected token: ";", but found "}"
#9

don't delete..
pawn Код:
if is a public make like this
forward test();
public test()
{
    new Float:slx, Float:sly, Float:slz;
    GetPlayerPos(playerid, slx, sly, slz);
    SetPlayerPos(playerid, slx, sly, slz+1.3);
    PlayerPlaySound(playerid, 1130, slx, sly, slz+1.3);
    RemovePlayerFromVehicle(playerid);
    NOPCheck(playerid);
    SendClientMessageEx(playerid, COLOR_GRAD2, "You are not a VIP, this is a vehicle from the VIP Garage!");
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)