Search Results
Note: OnPlayerSpawn is the vehicle select with a nice background as soon as a player hits ''Spawn'' when joined. But when a player selects a vehicle it needs to be teleported to the sumo ring. Which i...
111
Hi guys. My experience in scripting isn't so well. That's why I have this problem. I want this vehicle to spawn here. Код: case 0: // Bobcat { if(GetPlayerScore...
111
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/enter", cmdtext, true, 10) == 0) { if(IsPlayerInRangeOfPoint(playerid, 7.0, 2125.1001, -1776.7, 12.9)) ( Se...
62
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/smallfirework", cmdtext, true, 10) == 0) { if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) return SendClientMessage(p...
188
I use OnPlayerCommandText. Yes, that is correct, loading stuff are loading normally but the commands won't work. Im spawning at the correct location (the SetSpawnInfo location), and I dont have any ma...
188
Hello all! I have a weird problem. I don't know if it has anything to do with YSI or with the gamemode itself, but i'll explain it to ya! When I connect to my server, it shows me my register/login di...
188
Yap...loadin em all... login/register=includes.
133
I dont have a "Spawn(playerid);" line, no. If I put this after the login process, any chance it will work? I'm currently on my phone so can't send the log :/
133
Bump :/ ...? It's like the player is not connected to the gamemode..
133
Yes. I am only running scanff as plugin.
133
Hi all! I got a weird problem. When I enter my server, it shows a login dialog (works perfectly). After I logged in, I have to click the standard SA:MP "Spawn" button. Then, when I spawn, I first fal...
133
Код: SetPlayerPos(playerid, PlayerInfo[playerid][posx],PlayerInfo[playerid][posy],PlayerInfo[playerid][posz]);
87
Hello everyone, I've got ANOTHER problem... :P I just created this: Код: new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X,Y,Z); INI_WriteFloat(File,"Posx",X); INI_WriteFloat(File,"P...
87
And sir, why is it reasonable for the errors to appear??
78
Hello! I just created this, Код: case DIALOG_HELP: { if( response ) { if(listitem == 0) //Account { SendClientMessage(playerid, COL_G...
78
Oh ok....but it will work fine ingame?
74
Hi! I just created this line, Код: public OnPlayerDisconnect(playerid, reason) { new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Health",GetP...
74