Jump to content
  • 0

Ajutor Warning...


Gaby29

Question

Ma ajutati cu acest Warning?

[pawn]D:\Jocuri\SAMP\RedzMax RPG Romania\gamemodes\pro.pwn(19376) : warning 235: public function lacks forward declaration (symbol "IsOnSafeArea")

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Warning.

[/pawn]

19376-19386:[pawn]public IsOnSafeArea(playerid)

{

if(IsPlayerConnected(playerid))

{

if(PlayerToPoint(20.0,playerid,1462.2821,-1014.6368,26.5002) || PlayerToPoint(30.0,playerid,1481.0426,-1770.5896,18.7958) || PlayerToPoint(5.0,playerid,1411.1127,-1701.3639,13.5395) || PlayerToPoint(10.0, playerid, 1554.5994,-1675.5775,16.1953) || PlayerToPoint(25.0, playerid, 1451.3270,-2287.0781,13.5469) || PlayerToPoint(35.0, playerid, 880.2877,-1663.6246,13.5469))

{

return 1;

}

}

return 0;

}[/pawn]

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.