Search Results
Thanks Didn't change too much: Код: new igracVozilo = GetPlayerVehicleID(playerid); PlayerTextDrawSetPreviewModel(playerid, TDEditor_PTD[playerid][5], GetVehicleModel(igracVozilo));
70
Код: new igracVozilo = GetPlayerVehicleID(playerid); Код: TDEditor_PTD[playerid][5] = CreatePlayerTextDraw(playerid, 570.000000, 364.416717, ""); PlayerTextDrawLetterSize(playerid, TDEdito...
70
can you show us the declaration of "vehicle_spawn[MAX_SPAWN_VEHICLES]" ?
63
Code basicly doesn't work and I can input address like "myemail@." and it would work. I want this code to check: - @ (working) - . (working) - com,net,org... (not working) Код: case REGISTER_E...
39
Mute is expiring too fast E.g. I muted you for 2 minutes and your mute expired in 2 seconds. PHP код: CMD:mute(playerid,params[]) {     new poruka[256],ID,minute,razlog[50],kalkulator,kal...
56
Thank you konstantinos,nofear and povargek for your help and advices.
98
I get the "error" message - PHP код: you are not near biz doors  In this case that is: PHP код: SendClientMessage(playerid,-1,"{FF0000}Greska:{FFFFFF} Ne nalazite se pokra...
98
PHP код: // /BUYBIZ CMD:kupifirmu(playerid,params[]) {     new poruka[999],string[128],name[128];     GetPlayerName(playerid,name,128);          if(!IsPlayerConne...
98
Thank you very much @povargek & @sreyas
112
PHP код: public LoadFirme_data(BizID, name[], value[]) {     INI_String("Ime",FirmaInfo[BizID][fIme],64);     INI_Int("Owned",FirmaInfo[BizID][fOwned]);     INI_String("Owner",Fi...
112
My businesses are not loading. CODE: PHP код: enum fInfo {     fIme[64],     fOwned,     fOwner[128],     fTip,     fBlagajna,     fCijena,     fZakljucana,   Â...
112
Thank you. Didn't see that EDIT: thank you Arshman and XTurboX for support.
153
Quote: Originally Posted by xTURBOx my friend had same kind of problem changing the Px,Py,Pz to x,y,z fixed the problem Px -> x Py -> y Pz -> z Actually i changed x,y,z to Px,...
153
PHP код:         else if(PlayerInfo[playerid][pAdministrator] == 5 && PlayerInfo[ID][pAdministrator] <= 5)         {             GetPlayerPos(ID,Px...
153
PHP код: Float:Px,Float:Py,Floaz:Pz;  PHP код: C:\Users\Dino Covic\Desktop\Wilder Gaming Roleplay\gamemodes\WGRP.pwn(2185) : warning 213: tag mismatch C:\Users\Dino Covic\...
153
Thanks. ++ PHP код: if(Razlog < 5 || Razlog > 20) return SendClientMessage(playerid,-1,"{FF0000}Greska:{FFFFFF} Razlog moze sadrzavati minimalno 5 i maximalno 20 slova")...
52
Nothing to explain. Take a look. PHP код: CMD:offban(playerid,params[]) {     new poruka[256],BanIme[MAX_PLAYER_NAME],Razlog,FileString[128];     if(!IsPlayerConnected(playerid)) ret...
52
I think nobody knows by heart but you can find it here: https://sampwiki.blast.hk/wiki/Animations
131
PHP код: if(PlayerInfo[playerid][pAdmin] >= 1 && PlayerInfo[playerid][pLevel] >= 1)// In the same bracket... && Means 'and' || means 'or'. 
112