Search Results
dude i just need a definition for key "H" i have command i just want to make it like commamd i post. and btw why did you add SendClienMessage?
132
well im trying to make command for cars when you press h server type /service but idk what definition is for H in vehicle anyone know? Код: if (newkeys == WHAT SHOULD I PUT HERE?)cmd_service(playe...
132
Quote: Originally Posted by Glad2BeHere put it in a FS or in ur gamemode in u will see clock = date and time (global = everyone) same time and data try it out pawn Код: #include <a...
123
Quote: Originally Posted by Dzines4SAMP The code I posted isn't? Thats Global Time Not Ingame Time
123
did you guys ever play on crazybob's? if yes you could see clock ingame its not global time its ingame time! dont you get it lol
123
this is worldtime not ingame time
123
I want to make time in server that will be same for all players, if im online and for me is 15PM ingame and another player connect he will also have same time as me, did you get it?
123
Quote: Originally Posted by Dzines4SAMP Doesn't go under OnPlayerConnect, it goes with CreateObject/CreateDynamicObject under OnGameModeInit. no it goes under onplayerconnect, i had stu...
128
here you go: https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer and use this map editor to remove buildings: https://sampforum.blast.hk/showthread.php?tid=282801
128
Код: if (newkeys == KEY_SUBMISSION)cmd_ar(playerid, ""); i made like this for mmb arrest button or 2 in vehicle but if i add Код: if (newkeys == KEY_SUBMISSION)cmd_tk(playerid, ""); i will ge...
75
Can i Make One Command From /tk and /ar? Код: CMD:tk(playerid, params[]) { new rangepass = 0, vehiclepass = 0, wantedpass = 0, dutypass = 0, eventpass = 0; if(GetTeam{playerid} == CLASS_CIV |...
75
I looked for that bu could not find it, is there any way to make server week or something like that so when new player connect he will have same day and time like me.
123
Quote: Originally Posted by Gamer_007 This Tut. was already posted.anyway,Nice well i didnt know what tutorial to make so i made this one even i know that there is another one!
284
no one of these work i still get class selection.
85
I need help with that, when i register and choose class like cop then i disconnect and connect and im in class selection again, how to make it that i wont be on class selection again and will be spawn...
85
1. We need to define timer: Code: forward RandomMessage(); 2. We need to define texdraw: Code: new Text:randommsg; 3.Now we need to define messages that will show for players: Code: new RandomMe...
284
Download gamemode and check it!
722