Search Results
Thaank you man, I'll make other FS's soon
102
I made Weathers FS with dialog system. Weathers: Sunny - Stormy - Afternoon - Night - Cloudy - SandStorm - BlueSky Pastebin: http://pastebin.com/YH9QXNQP PWN: http://www.solidfiles.com/d/93b68b6924/
102
Can I drag and undrag with this scripts? PHP код: CMD:drag(playerid, params[]) {     new giveplayerid, giveplayer[MAX_PLAYER_NAME], sendername[MAX_PLAYER_NAME], string[128], DragOff[...
62
do you have stopdrag cmd? I'll fix it if you have it
152
Edited, use this scripts Try this pawn Код: CMD:drag(playerid, params[]) {     new giveplayerid, giveplayer[MAX_PLAYER_NAME], sendername[MAX_PLAYER_NAME], string[128], DragOff[MAX_PLAYERS];   ...
152
Try this pawn Код: CMD:drag(playerid, params[]) {     new giveplayerid, giveplayer[MAX_PLAYER_NAME], sendername[MAX_PLAYER_NAME], string[128], DragOff[MAX_PLAYERS];     if(sscanf(params,"u",g...
152
pawn Код: CMD:fixmyvw(playerid, params[]){    new string[128];    if(IsPlayerConnected(playerid))    {        PlayerInfo[playerid][pInt] = 0;        SetPlayerInterior(playerid, 0); ...
105
pawn Код: CMD:find(playerid, params[]) {    if(PlayerInfo[playerid][pJob] != 1 && PlayerInfo[playerid][pJob2] != 1) {        SendClientMessage(playerid, COLOR_GREY, "You're not a det...
42
I want to make the VIP 2 can buy max 2 houses, how?
110
pawn Код: CMD:buyhouse(playerid, params[]){    new string[128];    new playername[MAX_PLAYER_NAME];    new sendername[MAX_PLAYER_NAME];    new Float:oldposx, Float:oldposy, Float:oldposz;Â...
110
Fixed, I have another warning Quote: warning 219: local variable "playerid" shadows a variable at a preceding level pawn Код: CMD:fixmyvw(playerid, params[]){    new string[...
102
pawn Код: if(dialogid == DSB)    {        if(response)        {        if(PlayerInfo[playerid][pConnectTime] < 2) return SendClientMessage(playerid, COLOR_GRAD2, "You can't use th...
102
It gives me Error everytime i do scripts. Can you explain it?
42