Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

stock boolean

$
0
0
Hi,

If i have function

Code:

stock anyfunction()
{
return true;
}

stock anyfunction()
{
return 1;
}

Is there any difference? do i need anyfunction with return true make bool:anyfunction or this is not need?

Viewing all articles
Browse latest Browse all 18226

Trending Articles