Search Results
Код:
GetPlayerName(playerid, playerInfo[playerid][Name], MAX_PLAYER_NAME);
printf("%s\nA", playerInfo[playerid][Name]);
SHA256_PassHash(password, "ex", playerInfo[playerid][Password], ...
145
Hello everybody.
just get a confusion about Mysql or maybe my code is wrong.
look:
Код:
Method A:
stock bool:GetPlayerCurrentStates(playerid, &Float:health, &Float:armour, &Float:po...
100
Quote:
Originally Posted by AIped
You can just add an npc without a recording. just make sure you set its position when it spawns.
idletest file in npcmodes is an example of that
Thank...
151
Hi guys, I just want create a standing without any other actions NPC in my server.
I think I have a method that record a NPC standing 30 minutes or longer, every 30 minutes out and I restart it.
But i...
151
Quote:
Originally Posted by Sabur
maybe spawn him using SetSpawnInfo and SpawnPlayer?
I mean....
When people connected to server, they dont display Class Select Window.
272
Quote:
Originally Posted by Sabur
public OnPlayerRequestClass(playerid,classid)
{
return 0;
}
Returning 0 in this callback will prevent the player from spawning. The player can be fo...
272
Hi, I think lots of people coding a RolePlay Gamemode want to know that.
Thank you.
272
Quote:
Originally Posted by Sawalha
Use a textdraw editor, create a font model (3) textdraw, set it's string as "$00000000", move it to the original cash textdraw position, set it's size a...
166
Hi guys, Im coding a bank system and I want display the deposit as big as GTA original Money's size.
Thank you very much.
166
Making really long dialogs without crashing the server
https://sampforum.blast.hk/showthread.php?tid=336102
Maybe youd like this.
301
Hello guys, today I code a Player3DTextLabel NameTag System..
But nobody help me to test it.
Do you wanna test it or give me a better one?
Thanks.
pawn Код:
#define FILTERSCRIPT#include <a_sam...
151
Quote:
Originally Posted by ZombieNest
If you use the same textdraw number same as the gm one, It will replace
Change the name like
MyTextDraw1asatg
The most basically knowledge that I ...
180
First :https://sampforum.blast.hk/showthread.php?tid=541908
I coded it in FS and Put a PlayerTextDraw show OnPlayerConnect
but it not work.
so I put them to OnPlayerEnterVehicle.
and then I saw ...
180
Quote:
Originally Posted by Kyance
Try changing
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS];
into
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS] = PlayerText:INVALID_TEXT_DRAW;
Or...
201
Quote:
Originally Posted by VishvaJeet
Playertextdrawfont() 6 is not exist
Only 0,1,2 & 3
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS];public OnPlayerConnect(playerid) {Â Â...
201
up....
Anybody knew that?
Thanks alot.
201
pawn Код:
new PlayerText:Speedo[MAX_PLAYERS];public OnPlayerConnect(playerid) {Â Â Speedo[playerid] = CreatePlayerTextDraw(playerid, 608.5, 198.0, " ");Â Â PlayerTextDrawAlignment(playerid, Sp...
201
Quote:
Originally Posted by Anzipane
The main reason to consider using CallLocalFunction is that it takes a string parameter for the function name, letting the user manipulate function cal...
263