- 0
Erori compilare gamemode.Pls ajutor!!
-
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
altair009
Am descarcat de pe internet un gamemode pe care vreau sa il folosesc insa pe care nu il pot compila deoarece da urmatoarele erori:
Liniile in cauza sunt urmatoarele:
[pawn]1618 new Text:Time;[/pawn]
[pawn]4274 public OnPlayerUpdate(playerid)
4275{[/pawn]
[pawn]
5487 if(JobDuty[playerid] == 1) { Mechanics -= 1; }
5488}
5489}[/pawn]
[pawn]
22860 Time = TextDrawCreate(546.000000, 35.000000, "--");
22861 TextDrawBackgroundColor(Time, COLOR_BLACK);
22862 TextDrawFont(Time, 3);
22863 TextDrawLetterSize(Time, 0.379999, 0.899999);
22864 TextDrawColor(Time, COLOR_LIGHTBLUE);
22865 TextDrawSetOutline(Time, 1);
22866 TextDrawSetProportional(Time, 1);
22867 TextDrawSetShadow(Time, 1);
22868//===============================================================================================//[/pawn]
[pawn]
23237 strtok(const string[], &index)
23238 {[/pawn]
[pawn]
23252 result[index - offset] = EOS;
23253 return result;[/pawn]
[pawn]69397 public TempBanCheck(playerid)
69398 {[/pawn]
[pawn]72759 TBuilder=strtok(templine,idx); // read off RACEBUILDER[/pawn]
[pawn] 72769 TempLapper=strtok(templine,idx);[/pawn]
[pawn]72888 CBuilder=strtok(templine,i); // read off RACEBUILDER[/pawn]
[pawn] 72908 TopRacers[j]=strtok(templine,i);[/pawn]
[pawn]72915 TopLappers[j]=strtok(templine,i);[/pawn]
Va rog mult daca poate cineva sa isi dea seama de la ce sunt erorile.Eu sunt incepator, va rog sa nu ma luati cu faze de genu "noob" "cretin:,etc.
1 answer to this question
Recommended Posts