I need a list of sex animations
#10

If you mean to /fuckme [style 1-8] here it is :
Код:
if(strcmp(cmd, "/fuckme", true) == 0)
{
	tmp = strtok(cmdtext, idx);
	if(!strlen(tmp))
	{
		SendClientMessage(playerid,0xFF0000FF,"USAGE: /fuckme [style 1-8]");
		return 1;
	}
	sexstyle = strval(tmp);
	if(sexstyle < 1 || sexstyle > 8)
	{
		SendClientMessage(playerid,0xFF0000FF,"USAGE: /fuckme [style 1-8]");
		return 1;
	}
	if(PlayerTied[playerid] != 0 || PlayerCuffed[playerid] != 0 || PlayerFrozen[playerid] != 0 || IsPlayerInAnyVehicle(playerid))
	{
		SendClientMessage(playerid, COLOR_GREY, "   You can't do that at this time !");
		return 1;
	}
	if(sexstyle == 1) LoopingAnim(playerid,"SNM","SPANKING_IDLEW",4.1,0,1,1,1,0);
	else if(sexstyle == 2) LoopingAnim(playerid,"SNM","SPANKING_IDLEP",4.1,0,1,1,1,0);
	else if(sexstyle == 3) LoopingAnim(playerid,"SNM","SPANKINGW",4.1,0,1,1,1,0);
	else if(sexstyle == 4) LoopingAnim(playerid,"SNM","SPANKINGP",4.1,0,1,1,1,0);
	else if(sexstyle == 5) LoopingAnim(playerid,"SNM","SPANKEDW",4.1,0,1,1,1,0);
	else if(sexstyle == 6) LoopingAnim(playerid,"SNM","SPANKEDP",4.1,0,1,1,1,0);
	else if(sexstyle == 7) LoopingAnim(playerid,"SNM","SPANKING_ENDW",4.1,0,1,1,1,0);
	else if(sexstyle == 8) LoopingAnim(playerid,"SNM","SPANKING_ENDP",4.1,0,1,1,1,0);
	return 1;
}
Works like a charm, Enjoy
Reply


Messages In This Thread
I need a list of sex animations - by lsfmd - 29.07.2013, 14:46
Re: I need a list of sex animations - by -Prodigy- - 29.07.2013, 14:51
Re: I need a list of sex animations - by JimmyCh - 29.07.2013, 14:51
Re: I need a list of sex animations - by ScRipTeRi - 29.07.2013, 14:52
Re: I need a list of sex animations - by lsfmd - 29.07.2013, 14:55
Re: I need a list of sex animations - by lsfmd - 29.07.2013, 22:42
Re: I need a list of sex animations - by HuSs3n - 29.07.2013, 22:48
Re: I need a list of sex animations - by Pottus - 29.07.2013, 23:45
Re: I need a list of sex animations - by FaceTutorialz - 29.07.2013, 23:47
Re: I need a list of sex animations - by maxpain43 - 29.07.2013, 23:55

Forum Jump:


Users browsing this thread: 1 Guest(s)