- 0
Ajutor burned gotocp
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Negrici Rares
ERORR:warning 202: number of arguments does not match definition
YCMD:gotocp(playerid, params[], help) {
if(PlayerInfo[playerid][pAdmin] < 6) return true;
if(CP[playerid] == 0) return SCM(playerid, COLOR_RED, "Eroare: Nu ai un checkpoints activ");
if(GetPlayerState(playerid) == 2) SetVehiclePosEx(playerid, GetPlayerVehicleID(playerid), CheckpointPos[playerid][0], CheckpointPos[playerid][1], CheckpointPos[playerid][2]);
else SetPlayerPosEx(false, playerid, CheckpointPos[playerid][0], CheckpointPos[playerid][1], CheckpointPos[playerid][2]); AICI ESTE PROBLEMA!!! DUPA CUM ZICE SUBLIME
new vw = GetPlayerVirtualWorld(playerid);
SetVehicleVirtualWorld(ExamCar[playerid], vw);
SetPlayerVirtualWorld(playerid, vw);
SetPlayerInterior(playerid, 0);
return true;
}
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now