20.06.2010, 17:53
if you want to return other things than numbers, e.g. name. then you use stock
e.g.
u c?
e.g.
Код:
stock playername(playerid) { new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); return pname; }