09.03.2014, 15:23
ofcourse NOT
in OnPlayerRequestClass
switch classids and use case
then do something like this
in OnPlayerRequestClass
switch classids and use case
then do something like this
PHP код:
switch(classid)
{
case 0: /// it means the first class
{
TextDrawShowForPlayer(playerid,grovestreet1);
ApplyAnimation(playerid,"GANGS","DEALER_IDLE",4.0,0,0,0,1,1);
}
.
.
.
.
.
} // do it for another classes