Search Results
Quote:
Originally Posted by ch1ps
Looks like your plugins are unable to load, can you post your config file?
Nevermind fixed
155
*** Streamer Plugin v2.9.1 by Incognito loaded ***
[19:04:16] Loaded.
[19:04:16] Loading plugin: sscanf
[19:04:16] Failed.
[19:04:16] Loading plugin: mapedit
[19:04:16] Failed.
[19:04:16] Lo...
155
Does anyone have ultimate roleplay GM? if yes can you send it to me on pm please?
155
Quote:
Originally Posted by Tenka
PHP код:
ClearAnimations(playerid);
Have you try this one? put it in OnPlayerEnterVehicle It's worked fine for me
Should be like this:
PHP...
638
Quote:
Originally Posted by DIRTYBYT3
Ok remove "new Floatos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerPos(playerid, pos[0], pos[1], pos[2]);"
Put only this:
if(IsGovV...
638
Quote:
Originally Posted by DIRTYBYT3
Show your OnPlayerEnterVehicle please i can't see the problem
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(!ispassenger)
{
...
638
Quote:
Originally Posted by DIRTYBYT3
So your problem is OnPlayerEnterVehicle... the restrictions would be there
The first thing i sended is OnPlayerEnterVehicle
638
Quote:
Originally Posted by DIRTYBYT3
else if(IsGovVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 2)
{
new Floatos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlaye...
638
Quote:
Originally Posted by DIRTYBYT3
Check OnPlayerStateChange
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_PASSENGER)
{
SetPlayerArmed...
638
I have a government vehicles and everyone can enter them
Whats worng here?:
else if(IsGovVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 2)
{
new Floatos[3];
GetPla...
638
I need a scripter who can to add to my script a businesses system for free
If you want admin in my server i can do that
Thank you
363,117
Quote:
Originally Posted by Lynn
Is the main script using a Anti-Money cheat?
If so, that will cause GivePlayerMoney() to reset once used, as it's reading it as a 'hack'.
So how i fix i...
144
Why when i create server and restart the server bizs got removed
and i have this
PHP код:
stock CheckFiles()
{
if(!dini_Exists("businesses.cfg")) dini_Create("businesses.cfg");
...
123
i have 2 errors:
PHP код:
C:\Users\shalev\Desktop\ъйчйд згщд (2)\ъйчйд згщд\gamemodes\HRP_9.0.pwn(61289) : error 017: undefined symbol "playerid"
C:\Users\shalev\Des...
185
Quote:
Originally Posted by xVIP3Rx
warning 204, That's not really an error, it means that you've declared a variable and didn't use it.
For the other errors, please show script from line...
171
I got those errors
Код:
C:\Users\shalev\Desktop\ъйчйд згщд (2)\ъйчйд згщд\gamemodes\HRP_9.0.pwn(7931) : warning 204: symbol is assigned a value that is never used: "lockdone"
C:...
171
I downloaded a Sweeper job script
when i am doing the job thats give me the money then remove it
how to fix it
PHP код:
#include <a_samp>
#define COLOR_DARKGOLD 0x808000AA
#define C...
144