Search Results
Quote:
Originally Posted by Kaish
When I connect(to create a account/test the GM) i am instantly disconnected from the Server.
Does your name contain an underscore? If it does, remove i...
3,734
pawn Код:
new Text3D:label = Create3DTextLabel("Admin on duty", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
^from the wiki above.
23
No problem dude!
69
pawn Code:
public OnVehicleSirenStateChange(playerid, vehicleid, newstate){ new siren = GetVehicleParamsSirenState(vehicleid); if (GetVehicleModel(vehicleid) != 415 || GetVehicleModel(vehic...
69
Код:
C:\Users\Glenn\Desktop\MYSQL TEST SAMP\gamemodes\Glenn2.pwn(70) : error 017: undefined symbol "mysql"
C:\Users\Glenn\Desktop\MYSQL TEST SAMP\gamemodes\Glenn2.pwn(70) : error 017: undefined sy...
42
Quote:
Originally Posted by Konstantinos
The older version worked because it didn't need Visual C++ Redistributable for Visual Studio 2015. You mentioned you have 64 bit and I assume you i...
47
That's the list I used. Everything is brand new, the server, plugins etc. All is up to date.
Using an older sscanf version worked, but I'd rather have the newest one working.
47
I have installed the redistributable packages. The files are in the correct folders as well.
I'm using windows 10 64 bit.
My server.cfg looks like this:
Код:
plugins sscanf nativechecker
Server ...
47
Try replacing the ' with `. eg. `Password`
23
Is this up to date or what is used these days?
849
Quote:
Originally Posted by Delgad0
Still need help!
I tryed some methods, but its not working.
This is my code.
When I talk about changing the vehicle params, I mean what the user a...
57
I suppose you add a new variable, "Locked" for example.
When you load the cars, set the locked parameter of the vehicle to 1 or 0 depending on if the car is locked or not.
57
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(vehicleid == 411 && sInfo[playerid][admin] < 1)
{
SendClientMessage(playerid, -1, "This car is for ADMINS!");...
31
Delete it when the spawn protection is over.
edit: Actually, delete it on both as someone might quit while still in spawn protection.
30
a_mysql is 100% there.
27
pawn Код:
#include <a_samp> //line 1 of the script#include <a_mysql> //this line produces the error, why?
27
Okay, I almost solved the problem.
Say I have three factions, and I delete the number 2, number 3 takes its place but also keeps the third slot, why? Remember that this is all visual IG, nothing is w...
26