need help with cuff and uncuff cmd with sscanf+zcmd.
#1

only these skins should use this command.
these r the skin id's:
283
284
285
286
287
288
Reply
#2

pawn Code:
CMD:cuff(playerid, params[])
{
         if(GetPlayerSkin(playerid) == 283 || 284 || 285 || 286 || 287 || 288)
         {
         // here goes your code, same for uncuff
         }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)