07.08.2011, 17:08
YSKIN
YLLERON'S SKIN PROTECTION
Hi everyone. A lot of people from this forum need some skin protection. Hmm so i think that will be good idea and i haven't what to do. So i try make something.
Every script have to start by function() or timer. This script starts by timer in OnGameModeInit ()
Код:
public OnGameModeInit() { SetTimer ( "CheckYSkin", 1000*5, true); return 1; }
Simple set skin is via this function:
Код:
yskin_Set ( playerid, skinid );
Код:
yskin_Get ( playerid );
Mediafire: DOWNLOAD
Pastebin: VIEW