16.05.2010, 12:02
1. Stops the code in certain points.
2. You can return a value for some function/public like return Money[playerid];
3. Example for onplayertext, if you put return 0; it wont shot the samp default chat. return 1 will show.
2. You can return a value for some function/public like return Money[playerid];
3. Example for onplayertext, if you put return 0; it wont shot the samp default chat. return 1 will show.

