- 0
Problema Misiuni
-
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
ColdBoy
Salutare! Am si eu o mica problema la incarcarea misiunilor.Mai exact cand dau /loadmission imi zice "Mission File not forund." si am setat ca la anumite ore sa se activeze auntomat,iar cand vine ora cand ar trebui sa se incarce,la fel apare mesajul. Mi-ati putea spune cum pot rezolva?
if(strcmp(cmd, "/loadmission", true)==0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 4) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD1, "{FF6699}USAGE:{FFFFFF} /loadmission [missionname]"); return 1; } LoadMission(playerid,tmp); } else { SendClientMessage(playerid, COLOR_GRAD1, "{CCCCCC} » Error: You are not ahutorized to use this command"); } } return 1; }4 answers to this question
Recommended Posts