Search Results
I'm putting 'InterpolateCameraPos' on OnPlayerConnect but when I login the camera don't move. Does anybody know the solution? Код: public OnPlayerConnect(playerid) { TogglePlayerSpectating(pl...
42
I fixed it . After 3 days trying I fixed it With your help of course . I will give you / all / reps. My final codes are: OnPlayerSpawn Код: SpawnChar(); And at the End of OnPlayerSpawn Код: ...
196
@unte - I have 2 warnings . The difference is that now I am with the Truth ( id 1 ) not CJ ( id 0 ) . After relog/server restart I'm with the old man. Код: D:\DOCUME~1\Alex19\MYDOCU~1\ZGAMIN~1.3E\...
196
The topic is updated Does anyone can help me ?
196
@detter Your code's errors: Код: D:\DOCUME~1\Alex19\MYDOCU~1\ZGAMIN~1.3E\GAMEMO~1\ZRP.pwn(2769) : error 017: undefined symbol "skin" D:\DOCUME~1\Alex19\MYDOCU~1\ZGAMIN~1.3E\GAMEMO~1\ZRP.pwn(17308)...
196
No it is /users . I did it by other way . So far so good. When I relog / log out and log in again / my skin is SAVED . When I restart my server / /gmx / my skin is CJ again :X My codes: OnPlayer...
196
It doesn't work. It's giving me errors. When I fix them , My skin is not saved . It is setting me CJ or the truth ( id 0 and id 1 )
196
Fixed. See my last msg to know the solution . Thanks all. I did it by other way . So far so good. When I relog / log out and log in again / my skin is SAVED . When I restart my server / /gmx / my s...
196
1st. I want to add some hat or object system to my server . Now I have only one object and this is a parrot at your arm. I want to add something like bandana or else. 2nd. When I edit my /parrot a...
41
Quote: Originally Posted by Windows32 Use a function like this(Need to edit it): pawn Код: forward SendMessageToCops(color, const string[]);public SendMessageToCops(color,const string[...
110
Quote: Originally Posted by James_Nick cant you make the picture bigger lol Very helpful +rep lol
110
When I call 911 its not sending information to the PD. Instead its giving it to me Код: // 911 if(Calling[playerid] && Call911[playerid]) { if(Call911[playerid] == 1) ...
110
I fixed it .. Код: public OnPlayerSpawn(playerid) { // Anti F4 Bug - Logging/Registering if(!PlayerInfo[playerid][pLoggedIn] && !IsPlayerNPC(playerid)) { if(IsPlayerNPC(playerid)) ret...
82
All factions are spawned in one civilian spawn . I have to create special spawn for SAPD , so when they connect they will be spawned there . Код: public OnGameModeInit() AddPlayerClass(0, 1958.3...
82
Quote: Originally Posted by RedJohn Try this: pawn Код: CMD:benter(playerid, params[]){    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need t...
81
When player is using /benter / to go inside the bank / he must be frozen for about 3 seconds . When I script it and enter inside the bank , im frozen / toggleplayercontrol = 0 / forever . Here's my c...
81
I want to do command like /port X Y Z coordinates . for example /port 2227.3281 1655.5314 961.7531 . Here's my code: Код: CMD:port(playerid, params[]) { new tmp[256], tmp2[256], tmp3[256], idx...
48
So , here's the code to sell biz to market / the state aka system / Код: CMD:sellbiztomarket(playerid, params[]) { new string[128]; if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(p...
78