-
Posts
819 -
Joined
-
Last visited
Everything posted by Cadu12
-
triggerClientEvent(root,'maps', resourceRoot,MapList)
-
Então você tem preconceito pessoas com deficiência porque está rindo na minha cara. Sou surdez, e tenho problemas com meu português.
-
Acha mesmo, seja problema sua.
-
Boa noite! Não tenho tempo em ajudar só vejo posts e excluir se for precisa, é por que estou fazendo um curso bem longe, e estudo de manha também é bem longe. Roots, deixa eu pergunta uma coisa: Por que você está postando que são besteiras? Edit: Isso aí StanleySathler!
-
Oh... https://wiki.multitheftauto.com/wiki/GetCursorPosition Look at example that I sent you
-
You can make your own custom event using: getPedTarget
-
Your code is wrong then. Ontopic: Nice design. Keep up with your projects
-
Maybe you didn't see my topic. (https://forum.multitheftauto.com/viewtopic.php?f=98&t=52105) Good luck for your gamemode future
-
I know that. Admin panel needs login command to work because they using MTA's account system.
-
It works, but you aren't able open admin panel. You have to edit, to allow players who are admin don't do cancelEvent ()
-
How to Import models not for all cars from ID [ Question ]
Cadu12 replied to PauloCascus's topic in Scripting
That's shader. You can create more textures in one ID using engineApplyShaderToWorldTexture but you have to make your own sync. -
When you create custom font, don't change scale with dxDrawText, keep use 1.
-
local vips = { "Anubhav", "esporta", "bilal", } local accname = getAccountName(source) if (vips[accname]) then outputChatBox ("You are vip", source) else outputChatBox("You are not a vip", source) end
-
It's not possible to delete hardcoded. They made login system.
-
_G do. _G["nameVar"] = 10 outputChatBox(nameVar) -- outputs 10
-
Citizen is right. So try use what citizen said.
-
Code should be this: local number = 5.123456 number = tonumber(string.sub(tostring(number), 1, number < 0 and 5 or 4)) outputChatBox(...) -- 5.123456 outputs 5.12 outputChatBox(...) -- -5.123456 outputs -5.12
-
Next use search. viewtopic.php?f=13&t=54739&p=536939&hilit=phpbb#p536939
-
Yes, it's possible, using shader.
-
Citizen . Linkin, You're welcome.
-
Race modified function "getPlayerName" to remove codes, use "_getPlayerName"
-
Problem is the MySQL. http://bitnami.com/forums/forums/lampst ... 8-in-mysql