- 0
Salut cum pot sa fac comanda cmd:gotocp pt pData?
-
Similar Content
-
- 2 answers
- 160 views
-
- 0 replies
- 110 views
-
- 2 answers
- 156 views
-
- 1 answer
- 152 views
-
- 1 reply
- 197 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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:
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.