Santa Claus Hat.
#1

Hi visitors. If you can,give me code of santa hat please.
Reply
#2

If I'm right that's 0.3d object...
Reply
#3

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
If I'm right that's 0.3d object...
So? What is the point adding this to his thread since 0.3d is released?

Santa: 19065
Reply
#4

Easy:

PHP код:
new Santahatinhead[MAX_PLAYERS];
CMD:santahat(playeridparams[])
{
    if(!
Santahatinhead[playerid])
        {
            
Santahatinhead[playerid] = 1;
            
SetPlayerAttachedObject(playerid31906520.1200000.040000, -0.00350001001001.41.41.4);
            
SendClientMessage(playeridCOLOR_GREY"You put your head in Santa Hat!");
        }
        else
        {
            
Santahatinhead[playerid] = 0;
            if(
IsPlayerAttachedObjectSlotUsed(playerid3)) RemovePlayerAttachedObject(playerid3);
            
SendClientMessage(playeridCOLOR_GREY"You took your santa hat off!");
        }
    return 
1;

Sorry bad english.
Reply
#5

I was lookihg for this, thanks a lot!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)