24.02.2012, 21:15
Quote:
|
Tem muitos FS q auxiliam vc a pegar coordenadas. eu uso este:https://sampforum.blast.hk/showthread.php?tid=182317
|
//========
Eu agora to fazendo um comando pra quando o cara usar aparecer o chapeu , eu tentei algo do tipo :
pawn Код:
if(!strcmp(cmdtext,"/chapeu",true))
{
if(PlayerInfo[playerid][pMember] == 33 || PlayerInfo[playerid][pLeader] == 33) //org que vai usa
{
SetPlayerAttachedObject(playerid, 18639, 1, 0.5650, 0.0420, 0.0082, 0.0, 0.0, 0.0, 1.0000, 1.0000, 1.0000);
SendClientMessage(playerid, COLOR_GREEN,"Voce colocou seu chapeu");
}
else return SendClientMessage(playerid, COLOR_GREEN,"vc nao й dos Corleone ");
return 1;
}
pawn Код:
warning 213: tag mismatch
pawn Код:
SetPlayerAttachedObject(playerid, 18639, 1, 0.5650, 0.0420, 0.0082, 0.0, 0.0, 0.0, 1.0000, 1.0000, 1.0000);


