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 
) 

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.

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.

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.

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.

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

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