Search Results
Hello guys, i have NPC bus recorded amd bus stop created. I want to make 3D text label, which is saying when bus arrive. I calculated how long it takes to bus from spawn to stop in Blueberry, how long...
598
You must store and load coordinates as float, if u putted it manually, use . no ,
and make sure if your columns are set for storing float
608
Are you sure you loaded coordinates correctly?
Code:
IntInfo[houseinterior][IntPosX]
IntInfo[houseinterior][IntPosY]
IntInfo[houseinterior][IntPosZ]
608
Will it works like this?
Quote:
if(cache_num_rows() > 0)
{
return SCM blah blah blah "Someone else is using this name!");
}
302
Hello guys, can u please help me with my problem?
Using MySQL for saving stats, everythinks work fine while normal disconnect, but when i call Kick or Ban player, his account didnt save (save with 0 ...
310
You have not defined interiors positions... Every interior have their on "Spawn point". Example:
Interior: Jefferson motel
ID:15
X,Y,Z: 2215.454833,-1147.475585,1025.796875
608
Hello,
while updating GM a after saving it to /gamemodes/ folder, a then using /rcon gmx, will be loaded new version, or old version used while running samp-server.exe?
Thanks!
297
Hello, i am trying to make anim preload to avoid Anim bug not showed for 1st time used, but problem is, script is working, but my game lags for maybe 5 second while 1st spawn. Do you have any ideas ho...
268
Hello,
how to preload animations to avoid not playing animation in scipt?
638
Which one do you recommend to use?
1,210
Quote:
Originally Posted by NaS
float() should actually do it. How did you use it?
If you use the value inside a calculation, you do not really need to convert it yourself. The compiler w...
370
Hello, i want to ask you, how to convert number to float.
Example:
In script i save PlayerInfo[playerid][Logic] = 100;
but few lines down i need to get Logic converted to float like 100.0
Any ideas ...
370
Код:
if(IsPlayerNPC(playerid))
{
new npcname[MAX_PLAYER_NAME];
GetPlayerName(playerid, npcname, sizeof(npcname));
if(!strcmp(npcname, "Natasha", true))
{
new Text3D:la...
234
Quote:
Originally Posted by SiaReyes
Why don't you use that in that command itself?
What do you mean?
252
Hello,
i have
Code:
CMD:givepoints(playerid, params[])
{
if(PlayerInfo[playerid][AdminLevel] < 3) return LowLevel(playerid);
new pos;
if(!params[0]||!(pos = chrfind(' ',params)+1)||!params[po...
252
Thank you, I didn't know how to find it on the wiki
386
Hello, can anyone explain me, how to use If Statements
I mean, how to combine them, how to create multiple statement, etc...
Thanks.
386
Box not hide automatically
Code:
stock ShadInfoBoxForPlayer(playerid, text[])
{
TextDrawHideForPlayer(playerid, ShadInfoBox);
new info[700];
ShadInfoBoxShowing[playerid] = 1;
format(in...
202