Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(strcmp(cmd, "/meuskin", true) == 0)
- {
- if(PlayerToPoint(10.0,playerid,205.1173,-159.3505,1000.5234) || PlayerToPoint(10.0,playerid,207.9093,-104.6899,1005.1328) || PlayerToPoint(3.0,playerid,414.1574,2536.4773,10.00008) || PlayerToPoint(50.0,playerid,162.6288,-86.3102,1001.8047))
- {
- if(IsPlayerConnected(playerid))
- {
- if(PlayerInfo[playerid][pSex] == 1)
- {
- ShowModelSelectionMenu(playerid, skinlistm, "Compre sua Skin");
- return 1;
- }
- if(PlayerInfo[playerid][pSex] == 2)
- {
- ShowModelSelectionMenu(playerid, skinlistf, "Compre sua Skin");
- return 1;
- }
- }
- }
- else
- {
- SendClientMessage(playerid, COLOR_GREY, "Você não está no colete azul que fica dentro da loja de roupas !");
- return 1;
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment