Jump to content

isPedSkin


Bilal135

Recommended Posts

Posted

Hey, can there be a command ''isPedSkin" , it can be used something like this.

addCommandHandler("stilllikedressingup", 
 function(Player) 
 if isPedSkin(Player, 219) then 
 setPedSkin(Player, 290) 
else 
 setPedSkin(Player, 0) 
end 
end 
) 

"Get busy living or get busy dying"

Posted
if getElementModel(Player) == 219 then 

Wait I guess I posted the getElementModel. Must have not clicked the submit button! :(

You did submit, but that was probably wrong, that is why any moderator removed it. And thanks lopez.

"Get busy living or get busy dying"

Posted
if getElementModel(Player) == 219 then 

Wait I guess I posted the getElementModel. Must have not clicked the submit button! :(

You did submit, but that was probably wrong, that is why any moderator removed it. And thanks lopez.

It wasn't wrong, the reply was rude and a bit dimeaning so I removed it.

"The humble beet is the answer to all riddles." - Rolf

Posted
if getElementModel(Player) == 219 then 

Wait I guess I posted the getElementModel. Must have not clicked the submit button! :(

You did submit, but that was probably wrong, that is why any moderator removed it. And thanks lopez.

Read the wiki or ask in the Scripting section before posting here.

Please do not PM me with scripting related question nor support, use the forums instead.

Posted
Read the wiki or ask in the Scripting section before posting here.

Clearly he couldn't figure out the function name, so how would the wiki help? It woudln't.

"The humble beet is the answer to all riddles." - Rolf

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...