[Tutorial] Interligando variбveis Game mode x Filterscript
#3

Tambйm funciona com arrays estruturadas:
-
pawn Код:
enum pinfo
{
plevel,
Float:phealth
}
new PlayerInfo[MAX_PLAYERS][pinfo];
   
-   forward get_playerinfo(playerid, item);
public get_playerinfo(playerid, item)
{
if(numargs() > 2)
{
PlayerInfo[playerid][pinfo:item] = getarg(2);
return 0;
}
return _:PlayerInfo[playerid][pinfo:item];
}
- Ja tinha pensado nisso, mas nunca veio a necessidade...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)