Search Results
Problem fixed. I delete "Died" from script, and use only DetermineSpawn in OnPlayerSpawn callback, now all work perfectly. Thanks guys for helping.
100
Quote: Originally Posted by xTURBOx Hmm , try adding this in the kill(and /akill) cmd Код: Died[otherid] = 1; change otherid to the variable used in your command Yeah man, now work...
100
@Arshman, Dude, you haven't changed anything , you just made ​​worse. I must use variable for pSpawnPos, and I can't change SpawnPos to "0". Thanks anyway. Please, someone else? I can't see mist...
100
When I first time die, it's all ok, but second, third etc. something is wrong Video says it all. https://*********/AgcrPLQJWGg PHP код: public OnPlayerDeath(playerid, killerid, reason) {  ...
100
My English is bad, but I try to explain I use one TextDraw (gumb) to choose a one of three spawn positions on registration. Should start from SpawnOne to SpawnThree, but when I first time click on T...
148
I make choosing spawn like this: PHP код: if(playertextid == ChoosingSpawnTD[playerid][2]) {     if(SpawnOne[playerid] == 1)     {         SpawnOne[playerid] = 0;    Â...
148
No, no. SelectTexrDraw works good but clickable area is "empty". I drag the mouse over TD, but nothing happen, doesn't change color.
95
PHP код: WelcomeRegLog[playerid][5] = CreatePlayerTextDraw(playerid, 286.133270, 170.646728, "Register"); PlayerTextDrawLetterSize(playerid, WelcomeRegLog[playerid][5], 0.400000, 1.6000...
95
Omg, after two days I fix problem. If someone has a same, just to added msvcp100d.dll and msvcr100d.dll in your gamemodes folder.
114
Nope, I am updated all plugins. But it's always the same problem. Aslo updated and Microsoft Visual too. I try everything but cant solve problem.
114
Does it matter as " " or < >? In SHA512 theard autor says the first place native before all includes.
114
All plugins are the LATEST version. SHA 512 loading failed CFG: Код: plugins SHA512 sscanf streamer Whirlpool PLUGINS: GAMEMODE: PHP код: native SHA512(const string[], buffer[], len)...
114
Quote: Originally Posted by Unte99 You just hide the textdraw, so the player can't press the button anymore. I didn't think of it. Thanks.
78
Hi all, I'm working on registration, and I came to the selection year. I have something like this: PHP код: new     age[2];  PHP код: else if(clickedid == RegisterTD[24])//...
78
Quote: Originally Posted by Abagail F8 is a client key, but more specifically a SA-MP client key and not a GTA binding. That being said, you cannot even detect it without external applicat...
244
Yes, I know for that, but there is no define for f8 key.
244
Look at title of theard to find question I want to create a new system for screenshots.
244
Quote: Originally Posted by Potassium He's talking about copyright etc, not physical protection against his script being stoled lol. Quote: Originally Posted by Potassium I...
258
Are there any possibilities that can protect GM from copy from other scripters? Because my friend work on one project that will be something new in SAMP world, something doesn't seen so far. And he wo...
258
Quote: Originally Posted by Denying Wait, you're connecting to IP 192.168... try typing localhost:7777 in your SA-MP.exe and run samp-server.exe EDIT: Then it should say connecting to 127...
92