C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 001: expected token: ")", but found "]"
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : fatal error 107: too many error messages on one line
si am adaugat aceasta comanda
}
CMD:gotocp(playerid, params[]) {
if(pData[playerid][Admin] < 5) return SendClientMessage(playerid, -1, "Nu esti admin");
if(Checkpoint][playerid] == 0) return SendClientMessage(playerid, COLOR_GREY, "Nu ai un checkpoint activ");
SetPlayerPos(playerid, CheckpointPos[playerid][0], CheckpointPos[playerid][1], CheckpointPos[playerid][2]);
new vw = GetPlayerVirtualWorld(playerid);
SetPlayerVirtualWorld(playerid, vw);
SetPlayerInterior(playerid, 0);
return 1;
}
Question
GabyRo.off
imi da aceste erori
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 001: expected token: ")", but found "]"
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\RPG.AFFGANG.RO\gamemodes\dty.pwn(2357) : fatal error 107: too many error messages on one line
si am adaugat aceasta comanda
}
CMD:gotocp(playerid, params[]) {
if(pData[playerid][Admin] < 5) return SendClientMessage(playerid, -1, "Nu esti admin");
if(Checkpoint][playerid] == 0) return SendClientMessage(playerid, COLOR_GREY, "Nu ai un checkpoint activ");
SetPlayerPos(playerid, CheckpointPos[playerid][0], CheckpointPos[playerid][1], CheckpointPos[playerid][2]);
new vw = GetPlayerVirtualWorld(playerid);
SetPlayerVirtualWorld(playerid, vw);
SetPlayerInterior(playerid, 0);
return 1;
}
poza cu linia:
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