Hallo Leute,
ich bin auf der suche nach einem /wank und /piss wo ich sofort in script einbauen kann bitte einfach.. bin anfänger.. =D
Danke schonmal!
Gruß
Andy
Hallo Leute,
ich bin auf der suche nach einem /wank und /piss wo ich sofort in script einbauen kann bitte einfach.. bin anfänger.. =D
Danke schonmal!
Gruß
Andy
// bei OnPlayerCommandText
// Wank
if (strcmp("/wank", cmdtext, true) == 0)
{
LoopingAnim(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
return 1;
}
// Piss
if (strcmp("/piss", cmdtext, true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_PISSING); // Piss
return 1;
}
// Stoppen
if (strcmp("/stop", cmdtext, true) == 0)
{
ClearAnimations(playerid);//Beendet die Animation
return 1;
}
Bitte
if (strcmp("/wank", cmdtext, true) == 0)
{
LoopingAnim(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0); // Wave
return 1;
}
wave_loop ist aber nicht korrekt. Korrekt ist 'wank_loop' in 'PAULNMAC'. In /stop kann man auch die special action auf 'SPECIAL_ACTION_NONE' setzen, um auch die special action zu stoppen.
In folgendem Thread sind einige Animationen aufgelistet mit commands: http://forum.sa-mp.com/showthread.php?p=1353381