Search Results
pawn Код: CMD:givemoney(playerid,params[]){    new id,ammount;    if(sscanf(params,"ui",id,ammount)) return SendClientMessage(playerid,-1,"USAGE: /givemoney [playerid] [ammount]");    if(id ...
75
pawn Код: CMD:sex(playerid,params[]){    new sex[24];    if(sscanf(params, "s[24]", sex)) return 0; //you must to do something...    return 1;}
180
I just create a closed gate in my stock... And when player near the gate... Then move it to the open float... I just do that... Why i can't see the gate...?
158
You just need to change "fwirte" to "fwrite"
92
choose your color from colorpicker.com then use this pawn Код: #define COLOR_SOMETHING    "{pickedcolorfromcolorpikerhere}" //that's mean picked color from colorpicker here//stuffSendClientMess...
121
pawn Код: CMD:heal(playerid,params[]){    new id;    if(!IsPlayerAdmin(playerid)) return SCM( playerid, RED, "Unknown Command! Type /help" );    if(sscanf(params,"u",id)) return SCM(playerid...
83
Get a color from http://colorpicker.com then use for SetPlayerColor
130
Quote: Originally Posted by PT pawn Код: new PlayerColor[MAX_PLAYERS];// stuff hereCMD:aduty(playerid,params[]){    if(pInfo[playerid][Adminlevel] >= 1)    {       new strin...
130
pawn Код: new PlayerColor[MAX_PLAYERS];// stuff hereCMD:aduty(playerid,params[]){    if(pInfo[playerid][Adminlevel] >= 1)    {       new string[120];       PlayerColor[playerid] = G...
130
I just learn about mysql yesterday but i think i can help pawn Код: mysql_query("CREATE TABLE IF NOT EXISTS `houses` (\  `hId` int(11) NOT NULL AUTO_INCREMENT,\  `hPosX` varchar(128) NOT NULL,...
109
pawn Код: public OnPlayerDisconnect(playerid, reason){    if(IsPlayerInAnyVehicle(playerid))    {        SetVehicleToRespawn(GetPlayerVehicleID(playerid));    }    return 1;}
95
Quote: Originally Posted by Emmet_ pawn Код: stock Extra_Ban(playerid, reason[]){        SendClientMessage(playerid,-1,reason);        Banned[playerid] = 1;        new file...
744
Hello guys this is my first include and hope you like it this is a simple include to Kick, Ban/Unban, Mute/Unmute, Freeze/Unfreeze with function new version v2.1 fixed bugs and add SendMessage to u...
744