Search Results
how to make setvip with expired time ?
like /setvip [playerid] [AccountType] [Expired]
example /setvip 0 1 30days
this my script
pawn Код:
CMD:setvip(playerid,params[]){ if(PlayerInfo[player...
41
Thanks Firewire and Mauzen its worked .
Rep +1 Given .
53
i use dini , maybe example for cmd /heal and if player use that the ticket will be decrease 1 ticket
example command
pawn Код:
CMD:heal(playerid,params[]) {#pragma unused paramsIf(PlayerInfo[playe...
53
i wanna create Cmd with quota ,
examplae i got 1 ticket in payday , and max ticket is 5
and when i have 5 ticket and i use for cmd needed 1 ticket so it will decrease 1 ticket so i have 4 ticket now
...
53
try this
pawn Код:
#include <a_samp>#include <sscanf>#define SCM SendClientMessage#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0)...
61
hey i have vehicle system , but i need add it to vehicle_setup.txt for load buyable vehicle .
my problem is how to make it automatically created when player buy it , example
/vbuy Infernus . it will ...
28
i need full pack of this gamemode xD like a Pawno and other
256
and how to make it remove and recreate map icon ?
112
i dont know how . please help me
112
hey i have problem about that , the cmd working good , but how to make the icon removed when player in that position , when i type /showteam to player , and icon showing , but when i type /showteam ag...
112
how to make this to not random ?
i have this script
pawn Код:
new Gangid = random(100);dini_IntSet(gFile(params),"GangID",Gangid);
i mean when i create a gang , gangid will be created from 1 to 1...
57
same like you crete admin system .
31
help me to convert DOF2 to dini .
pawn Код:
CMD:changename(playerid,params[]){ if(AccInfo[playerid][Level] >= 5 || IsPlayerAdmin(playerid)) { new Index; new tmp...
100
oke thanks but how to put that on cmd ?
example
pawn Код:
CMD:heal(playerid,params[]) { #pragma unused params SetPlayerHealth(playerid, 100);}
but that cmd only work when player have 2 ...
105
how to create Ticket/Quota system for use CMD ?
example :
i type cmd /work but im not have ticket and message will showup "Sorry You need 2 Ticket to use this CMD"
and Player will got 1 ticket on payd...
105
how to put AdminLevel to FS ?
I have this on my GM
pawn Код:
PlayerInfo[playerid][Level] >= 5
and how to put that script on FS ?
45