28.04.2020, 11:14
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(7978 : warning 208: function with tag result used before definition, forcing reparse
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(30052) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(30059) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(74771) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(74805) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(7833 : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(30052) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(30059) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(74771) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(74805) : warning 215: expression has no effect
C:\Users\Anthony's.Anthonys-PC\Desktop\port_111\gamemodes\BRP.pwn(7833 : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Quote:
new Float:X,Float:Y,Float:Z; GetPlayerPos(EMSAccepted[i], X, Y, Z); new zone[MAX_ZONE_NAME]; Get3DZone(X, Y, Z, zone, sizeof(zone)); new string[128]; format(string, sizeof(string), "Your patient is located in %s.", zone); SetPlayerCheckpoint(i, X, Y, Z, 5); } } } |