Hallo Leute,
ich bin auf der suche nach einen /piss /wank command zum sofort einfügen könnt ihr mir da helfen, danke schonmal!
Gruß
Andy
Hallo Leute,
ich bin auf der suche nach einen /piss /wank command zum sofort einfügen könnt ihr mir da helfen, danke schonmal!
Gruß
Andy
if (strcmp("/piss", cmdtext, true, 8) == 0) {
ApplyAnimation(playerid, "PAULNMAC", "Piss_in", 3.0, 0, 0, 0, 0, 0); // Pissing
SetPlayerSpecialAction(playerid, 68);
return 1;
}
if (strcmp(cmdtext, "/wank", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
}
return 1;
}
Außerdem falscher Bereich.