04.05.2011, 20:09
Hello!
I want to make anim during class selection (OnPlayerRequestClass).Anybody plz show me an example.
I want to make anim during class selection (OnPlayerRequestClass).Anybody plz show me an example.
public OnPlayerRequestClass(playerid, classid)
{
switch(classid)
{
case 0:
{
//code here
}
case 1:
{
//code here ... etc
}
}
return 1;
}