Posts: 553
Threads: 95
Joined: Sep 2013
Код:
C:\Users\NINA\Desktop\LSGW\gamemodes\LSGW.pwn(87) : error 026: no matching "#if..."
C:\Users\NINA\Desktop\LSGW\gamemodes\LSGW.pwn(96) : error 026: no matching "#if..."
C:\Users\NINA\Desktop\LSGW\gamemodes\LSGW.pwn(257) : warning 217: loose indentation
C:\Users\NINA\Desktop\LSGW\gamemodes\LSGW.pwn(354) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Код:
AddPlayerClass(105,2524.4402,-1676.4550,19.9302,91.5489,24, 2500, 34, 402, 25, 506); // GroveSpawn
Код:
StopAudioStreamForPlayer(playerid);
Posts: 553
Threads: 95
Joined: Sep 2013
i fixed else endif but help me with the others
stopaudio..
and addplayerclass
Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
These are warning for indentation. Fix it.
Posts: 553
Threads: 95
Joined: Sep 2013
but idk what is messed up -.-
Posts: 553
Threads: 95
Joined: Sep 2013
Код:
StopAudioStreamForPlayer(playerid);
GivePlayerWeapon(playerid, 34, 321);
GivePlayerWeapon(playerid, 24, 245);
GivePlayerWeapon(playerid, 31, 254);
GivePlayerWeapon(playerid, 25, 254);
Код:
AddPlayerClass(105,2524.4402,-1676.4550,19.9302,91.5489,24, 2500, 34, 402, 25, 506); // GroveSpawn
AddPlayerClass(106,2522.2976,-1660.6244,15.4935,90.7003,24, 2500, 34, 402, 25, 506); // GroveSpawn
AddPlayerClass(107,2474.4204,-1690.7234,13.5142,346.4154,24, 2500, 34, 402, 25, 506); // GroveSpawn
Posts: 553
Threads: 95
Joined: Sep 2013