Thread: New Functions?
View Single Post
  #18  
Old 04-07-2005, 02:54 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
Quote:
Originally Posted by jake13jake
What did scripters who used return before it actually returned a value use it for?
It completely stops the function:

PHP Code:
if (playerchats)
{
  
money int(strtofloat(#c));
  
drop();
}

function 
drop()
{
  if (
money =< 0) return;
  
//DROP HERE

__________________
In a world of change... Who'll you believe?
Reply With Quote