Same skins - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Same skins (
/showthread.php?tid=89807)
Same skins -
Geekzor - 04.08.2009
Is possible to make when player connect on my server first time he chose skin...
and when he connect the second time he have still the same skin ... how i can make that ?
ty for any help
Re: Same skins -
MenaceX^ - 04.08.2009
Save the player skin.
pawn Код:
new pSkin[MAX_PLAYERS];
// OnPlayerSpawn
SetPlayerSkin(playerid,pSkin[playerid]);
Re: Same skins -
Geekzor - 04.08.2009
ty
and i wanna ask can i make that the pickup ''armor'' or ''health'' pickup apear on the map based on set timer ...
like if i have GM TDM they fight in IDLEVOOD how i can make the arrmor will apear somewhere there on 3 min ?
EDIT: and ye i search on wiki for timer but i dont understand it
ty for any help
Kljukec
Re: Same skins -
MenaceX^ - 04.08.2009
https://sampwiki.blast.hk/wiki/CreatePickup
Re: Same skins -
Geekzor - 04.08.2009
ye but how i can make this pickup apear on map on every 3 min ? how i can set timer for that
Re: Same skins -
Geekzor - 05.08.2009
no help ?