Search Results
Wow, this is not possible still bugging. Same problem second player doesn't see markers. If someone wanna check my script here it is. http://pastebin.com/FJszfzmT If you figure out what is missing pl...
106
I need help still, sorry double post... please quick.
106
Код: new Checkpoint [MAX_PLAYERS]; public OnGameModeInit() { // Checkpoints Checkpoint[0] = CreateDynamicCP(1038.1439,-1339.7784,13.7266, 1, 0, 0, 0, 50); // gun shop enter Checkpoint...
106
So everything working fine, but when i go on checkpoint 1 it shows me checkpoint 3. So there is something missing. Please help me Код: new Ccp[MAX_PLAYERS]; public OnPlayerConnect(playerid) { ...
106
EDIT: Problem solved. I did it with this way. Код: SetTimer("OnlineTime",3600000,true); forward OnlineTime(playerid); public OnlineTime(playerid) { PlayerInfo[playerid][pOnline]++; GivePlayer...
100
Hey. I need help with Player Online Time Counter. Im gonna use it on /stats Код: enum pInfo { pOnline } new PlayerInfo[MAX_PLAYERS][pInfo]; So when player connects timer will start and every 1 h...
100
Team Cars Problem! Everything is compiling and i think it works but it doesnt WORK! I think problem is somewhere in PlayerStateChange help me :< Pastebin pawn Код: #define CORLEONE 3enum TeamCa...
78
I have this -> PHP код: new Text:Health[MAX_PLAYERS]; new Text:Armour[MAX_PLAYERS];          Health[i] = TextDrawCreate(566.0,67.0,"100%");          TextDrawBackground...
48
Quote: Originally Posted by Glad2BeHere do you have a folder names Users? Yeah i have but i found the "fail". First line at LoadUser_data OpenUserPath... Deleted it and its working vey ...
50
Pastebin I have tried everything... It doesnt save stats... It worked one time but now... No. Help me please!
50
Quote: Originally Posted by newbienoob pawn Код: public OnPlayerDisconnect(playerid, reason){    new string[64], pName[MAX_PLAYER_NAME];    GetPlayerName(playerid,pName,MAX_PLAYER_...
91
Pastebin <--- Link. I made this from Kush's tutorial and i have something wrong it doesnt save stats/load. In file 0's doesnt change i see-> scriptfiles/Users/Name.txt PHP код: [data] Pa...
91
didn't work. pawn Код: enum cInfo{    cTEAM_BALLAS,    cTEAM_POLICE}new Cars[MAX_PLAYERS]; Cars like this... pawn Код: Cars[TEAM_BALLAS] = AddStaticVehicle(580,1807.2400,-1694.3062,13.2531...
83
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if(newstate == 2)    {        new CarCheck = GetPlayerVehicleID(playerid);        if(CarCheck == Cars[TEAM_BALLAS...
83
How i make it with words like yes / no new word; if(word == yes) { ...
181
How i can make command with 2 different effect like /hi 1 /hi 2 ? I use sscanf and zcmd CMD:hi(playerid,params[])
181
> 5 means 6-∞ ? and < 1 means 0 or lower? >= 5 means 5? Then i need help with one cmd. like -> /buy 1-5 1 = something 2 = something...
181