23.02.2011, 14:09
helllo,I want to make that,when player in selecting skin,there will show skins weapons.
Some think like this:
Some one knows ?
Some think like this:
Some one knows ?
public OnPlayerRequestClass(playerid, classid)
switch(classid)
{
case 0:TextDrawSetString
case 1:Other TextDrawString
case 2:Etc..
}
TextDrawShowForPlayer(playerid, WEAPON_TEXTDRAW);
case 0: - First class in OnGameModeInit. case 1: - Second class in OnGameModeInit. etc..
Etc..
// On player request class new pClass[MAX_PLAYER]; pClass[playerid] = classid; if(pClass[playerid] == 60) { GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~Deagle,Combat,Ak", 3000, 3); return 0; }