• 22 Avril 2025, 14:55:02


Voir les contributions

Cette section vous permet de consulter les contributions (messages, sujets et fichiers joints) d'un utilisateur. Vous ne pourrez voir que les contributions des zones auxquelles vous avez accès.


Messages - WaDi

Pages: [1]
1
Autre / Re : [Recherche] Scripteur serveur roleplay
« le: 26 Août 2013, 19:51:39 »
Je suis un scripter html / Css, si tu as besoin
skype : florent6001

2
Autre / Re : [Recrutement] Développeur, WebDesigner & Mappeur
« le: 26 Août 2013, 19:50:13 »
Je suis un scripter html / Css, si tu as besoin
skype : florent6001

3
Autre / Re : Cherche Scripter & Codeur .
« le: 26 Août 2013, 19:46:12 »
Je suis codeur HTML et CSS, parle moi via skype :

florent6001

4
Scripting SA-MP [Pawn center] / Probleme chat
« le: 06 Août 2013, 15:28:12 »
Je refait lepost avec les scripts que j'ai et des script de l'erreur, j'espère que vous pourrez m'aidez :s

Code: (pawn) [Sélectionner]
CMD:antenneinconnu(playerid,params[])
{
if(IsPlayerInRangeOfPoint(playerid, 4.0,7548.0078,-242.5435,95.8343))
{
new string[128];
format(string, sizeof(string), "%s: %s",playerid,string);
SendClientMessageToOthers(COLOR_BLUE,string);
}
return 1;
}[/pawn]

[pawn]
public SendClientMessageToOthers(color,const string[]) 
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) == 1 && PlayerInfo[i][pOthers] == 1)
        {SendClientMessage(i, COLOR_BLUE, string);}
    }
    return 1;


Screen in game*

PUB



L'erreur du return a été corriger je précise!

5
http://wiki.sa-mp.com/wiki/Bone_IDs

D'après le site de sa-mp

(playerid, index, modelid, bone, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ, materialcolor1, materialcolor2)

Bone c'est l'endroit, je commencerais par la a ta place
http://wiki.sa-mp.com/wiki/Bone_IDs

Pages: [1]