Search Results
you can make textdraws with This. when you done use timer to update the speedometer and complete it
77
at your 226 line make it Код: STREAMER_TAG_AREA E_VENDING_AREA to STREAMER_TAG_AREA: E_VENDING_AREA
68
Quote: Originally Posted by kecoajepit pawn Код: stock PlayerName(playerid){    new playername[MAX_PLAYER_NAME];    GetPlayerName(playerid, playername, MAX_PLAYER_NAME);    retur...
90
Quote: Originally Posted by Tihoy232 C:\Users\User.User-PC\Downloads\JakartaGamers-Roleplay-v1.6.0\JakartaGamers Roleplay\Aman\gamemodes\a.pwn(51246) : error 001: expected token: ";", but ...
90
you can make it like this PHP код: CMD:asay(playerid, params[]){ new text[128],string[128], tmp2[33]; if(sscanf(params, "ss[128]", tmp2, text)) return SendClientMessage(playerid,-1, ...
197
Quote: Originally Posted by ForCop Код: new Text:Value[MAX_PLAYERS]; public OnGameModeInit() { for(new i=NULL; i<MAX_PLAYERS;i++) // at the end of the function move it OnGameMo...
157
thanks all my thirst system is ready with timer for my dayz
123
#define FILTERSCRIPT then try Edit: remove if defined filterscript and add #define FILTERSCRIPT
121
Quote: Originally Posted by AdamsLT I guess you could try adding it into OnPlayerUpdate. Maybe setting a variable to know when was the last update and only updating if a second has passed ...
123
how can i make thirst system, like the player take steps then the thirst level should go automatically down i know i can done this with timer but i want to do this without timer if i can .
123
Код: Text1 = TextDrawCreate(7.481644, 188.833343, "this is code"); make an textdraw using textdraw editor my favourite tdeditor to make that rainbow use code like this Код: //onplayerconnect ...
80
here you can do OnPlayerRequestClass SetSpawnInfo(playerid,69,//skinid,/posx, //posy, //posz,0.0,-1,-1,-1,-1,-1,-1);
73
1st 2nd 3rd 4th 5th better use goog le
146
Quote: Originally Posted by Hunud I told you already that i'm saving them in 2 ways.... post ur ways code
88
hello guys i m working on new dialog menu but i want to know how can i make next and prev button thanks if u help me This is new dialog
57
PHP код: new Songs[][] =      {         "Song1 link",         "Song2 link",         "Song3 link",         "Song4 link"     }; //OnGameModeInit Set...
201
Quote: Originally Posted by Logic_ Make use of these following functions: format SendClientMessage getdate GetPlayerName In the login function, fetch the last online date and format the ...
207