samp 0.3 beta test PWN
#1

enyone hawe and can give me the PWN files from 0.3 beta test
or just simple scripted commands for /drink /wine and you drink on RLMB[or whatewer buton] PLS
Reply
#2

Those are special actions and can be found on the wiki.
Reply
#3

pawn Код:
//OnPlayerCommandText
if(!strcmp(cmdtext[1],"drink",true))
{
  SetPlayerSpecialAction(playerid,ID);
  format(string,sizeof string,"You have applyed Special Action ID %d.",GetPlayerSpecialAction(playerid));
  SendClientMessage(playerid,0xAABBCCDD,string);
}

/*
======== Avaible ID's ========
20 - SPECIAL_ACTION_DRINK_BEER
21 - SPECIAL_ACTION_SMOKE_CIGGY
22 - SPECIAL_ACTION_DRINK_WINE
23 - SPECIAL_ACTION_DRINK_SPRUNK
*/
Reply
#4

THX man it will help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)