Search found 16 matches

by rww
March 2nd, 2019, 5:00 am
Forum: Server and Scripting support
Topic: [BUG] Bug with first spawn
Replies: 2
Views: 8422

Re: [BUG] Bug with first spawn

Okey, I try setPlayerCash(playerid, 0) setPlayeHealth(playerid, 150) givePlayerWeapon(playerid, 10, 300) givePlayerWeapon(playerid, 12, 600) givePlayerWeapon(playerid, 14, 300) setPlayerSkin(playerid, spawnInfo[sId][4]) setPlayerColor(playerid, spawnInfo[sId][5]) and I still have $500 and full hp (2...
by rww
March 1st, 2019, 11:19 am
Forum: Server and Scripting support
Topic: [BUG] Bug with first spawn
Replies: 2
Views: 8422

[BUG] Bug with first spawn

Description: First spawn - event 'onPlayerSpawn' doesn't work and not all functions works on 'onPlayerCredential' event. Reproducible: Always What you were doing when the bug happened: With onPlayerSpawn: function onPlayerSpawned(playerid) setPlayerCash(playerid, 0) setPlayeHealth(playerid, 150) gi...
by rww
March 1st, 2019, 10:30 am
Forum: Screenshots and Videos
Topic: IV-DM Videos
Replies: 1
Views: 7287

IV-DM Videos

Hi, we're LU-DM. We're founded in 2014, when we were playing LU - a multiplayer for GTA3. Later, we've evolved into a not so big community, basically a GTA Enthusiasts, but our society is now much more than GTA, because some of us are playing together other games. Our main multiplayer is VC-MP, in w...
by rww
March 1st, 2019, 10:27 am
Forum: Server and Scripting support
Topic: [BUG] setPlayeHealth(playerid,100) set 0 hp
Replies: 3
Views: 13276

[BUG] setPlayeHealth(playerid,100) set 0 hp

Description: Function setPlayeHealth(playerid,100) set 0 hp, only 200 value works. 150 is half hp, and under 100 = kill. Reproducible: Always What you were doing when the bug happened: function onPlayerSpawned(playerid) setPlayeHealth(playerid, 100) end registerEvent("onPlayerSpawned", &q...
by rww
February 27th, 2019, 10:13 am
Forum: Releases
Topic: Snippet: GetTok in lua
Replies: 1
Views: 7391

Snippet: GetTok in lua

GetTok is a function for spilts a string. You can get one word from sentence, by using separating character. This is very usefull function, for example when you do a command with more than one value. Code (not my, but I fixed small bug): function Tokenize( sChar, sInput ) local tReturn = {} for sWor...
by rww
June 15th, 2018, 2:12 am
Forum: Latest News and Updates
Topic: Servers announcement #2
Replies: 5
Views: 13621

Re: Servers announcement #2

You have a plans to implement scripting lang like samp, vcmp, lu etc...?

And good that it's alive.