Search Results
Thanks
Didn't change too much:
Код:
new igracVozilo = GetPlayerVehicleID(playerid);
PlayerTextDrawSetPreviewModel(playerid, TDEditor_PTD[playerid][5], GetVehicleModel(igracVozilo));
132
Код:
new igracVozilo = GetPlayerVehicleID(playerid);
Код:
TDEditor_PTD[playerid][5] = CreatePlayerTextDraw(playerid, 570.000000, 364.416717, "");
PlayerTextDrawLetterSize(playerid, TDEdito...
132
can you show us the declaration of "vehicle_spawn[MAX_SPAWN_VEHICLES]" ?
121
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...
81
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...
122
Thank you konstantinos,nofear and povargek for your help and advices.
248
I tried to do that but it still doesn't work
248
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...
248
PHP код:
//Â /BUYBIZ
CMD:kupifirmu(playerid,params[])
{
    new poruka[999],string[128],name[128];
    GetPlayerName(playerid,name,128);
   Â
    if(!IsPlayerConne...
248
Thank you very much @povargek & @sreyas
213
PHP код:
public LoadFirme_data(BizID, name[], value[])
{
    INI_String("Ime",FirmaInfo[BizID][fIme],64);
    INI_Int("Owned",FirmaInfo[BizID][fOwned]);
    INI_String("Owner",Fi...
213
My businesses are not loading.
CODE:
PHP код:
enum fInfo
{
    fIme[64],
    fOwned,
    fOwner[128],
    fTip,
    fBlagajna,
    fCijena,
    fZakljucana,
  Â...
213
Thank you. Didn't see that
EDIT: thank you Arshman and XTurboX for support.
310
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,...
310
PHP код:
        else if(PlayerInfo[playerid][pAdministrator] == 5 && PlayerInfo[ID][pAdministrator] <= 5)
        {
            GetPlayerPos(ID,Px...
310
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\...
310
Thanks.
++
PHP код:
if(Razlog < 5 || Razlog > 20) return SendClientMessage(playerid,-1,"{FF0000}Greska:{FFFFFF} Razlog moze sadrzavati minimalno 5 i maximalno 20 slova")...
110
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...
110
I think nobody knows by heart but you can find it here:
https://sampwiki.blast.hk/wiki/Animations
280
PHP код:
if(PlayerInfo[playerid][pAdmin] >= 1 && PlayerInfo[playerid][pLevel] >= 1)// In the same bracket... && Means 'and' || means 'or'.Â
218