Stock & Public
#6

if you want to return other things than numbers, e.g. name. then you use stock

e.g.

Код:
stock playername(playerid)
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
return pname;
}
u c?
Reply


Messages In This Thread
Stock & Public - by Antonio [G-RP] - 20.06.2010, 16:06
Re: Stock & Public - by Kyosaur - 20.06.2010, 16:10
Re: Stock & Public - by MadeMan - 20.06.2010, 16:12
Re: Stock & Public - by Antonio [G-RP] - 20.06.2010, 16:13
Re: Stock & Public - by Kyosaur - 20.06.2010, 16:16
Re: Stock & Public - by Niixie - 20.06.2010, 17:53
Re: Stock & Public - by Hiddos - 20.06.2010, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)