[FilterScript] AttachObjectToPlayer (hat and bag of money)
#1

Hi everyone I'm back with a new filterscript it includes AttachObjectToPLayer
This filterscript includes a hat on his head and a bag of money back

Hat:
PHP код:
public OnPlayerConnect(playerid)
{
    new 
palarie;
    
palarie CreateObject(15500.00.00.00.00.00.0);
    
AttachObjectToPlayer(palarieplayerid0.00120.78070.0000, -88.4400, -2.22000.0000);
    return 
1;

And Bag Of Money:
PHP код:
public OnPlayerConnect(playerid)

    new 
saccubani;
    
saccubani CreateObject(15500.00.00.00.00.00.0);
    
AttachObjectToPlayer(saccubaniplayerid0.01830.2253, -0.2609, -92.1600, -0.42000.0000);
    return 
1;

Reply
#2

Simple ..Simple...Simple... Lol Good job though.
Reply
#3

This is not really a filterscript.
Reply
#4

It doesn't have screenshot... I will not use this code...
Reply
#5

Please describe your filterscript privileges.

Note - Kindly follow the prescribed procedure.

#March
Reply
#6

Good job as beginner
Reply
#7

Quote:
Originally Posted by ExpertSahil
Посмотреть сообщение
Good job as beginner
thx
Reply
#8

screen ?
Reply
#9

It's not a filterscript, more like a snippit. Anyway, you also have to destroy those objects @ disconnect, otherwise the number of objects will just increase. Also, if you'd like to make a filterscript, include some more objects.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)