Search Results
PHP код: CMD:gate(playerid, params[]) {     //  Gates     new done, str[265], name[MAX_PLAYER_NAME];     GetPlayerName(playerid, name, sizeof(name));     for(new idx=1;...
60
Quote: Originally Posted by SyS you should load the existing data ,add it up with data you providing and save stop using file based system start using SQL for data transaction my script...
164
Quote: Originally Posted by whadez Under: CMD:getbccash(playerid, params[]) new name[MAX_PLAYER_NAME]; You are missing this dear friend: GetPlayerName(playerid, name, 26); // MAX_PLAYER...
164
PHP код: CMD:savecash(playerid, params[]) {     if (playeritems[playerid][ITEM_TYPE_Breifcase] == 0) return SendClientMessage2(playerid, COLOR_RED, "You don't have a breifcase ...
164
PHP код: forward pvTimeDown(playerid); public pvTimeDown(playerid) {     new vid = GetPVarInt(playerid, "LastVehicle");     pvtime[playerid] --;     if (pvtime[playerid]== ...
50
Quote: Originally Posted by Nakul Nice gm for beginners +rep thanks
965
Quote: Originally Posted by Eoussama As a first attempt, It's great. +REP. Quote: Originally Posted by Escobabe Nice one. thanks
965
Quote: Originally Posted by Paulice Wow, you much pro! +REP! Quote: Originally Posted by N0FeaR This is good for people who wanna make a dm server with basic stuff. good job...
965
Quote: Originally Posted by SonnyGamer I would not release such basic gamemode if I was on your place. Try make interesting and unique gamemode so people would like to download it. And thi...
965
*INTRODUCTION This is my first gamemode Name of Gamemode : Golden DM Based On YINI * means new updates *What It Contains Added Restarting System In Game Added Admins Level 7 Added Admin System Added ...
965
i created this /me command PHP код: CMD:me(playerid, params[]) {     new tmp[256], playername[25];     if (sscanf(params, "s[128]", tmp)) return SendClientMessage2(playerid, C...
92
good job You should work more on this gamemode
516