Jump to content

PauloCascus

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by PauloCascus

  1. I changed attach but anyway do not work
  2. Do you know how to do it better ? Can you fix or do simething with it ? Just i'm begginer, i have used wiki and more info, and got it
  3. Waht's wrong guys ? i'm begginer and want to create car signalization, but this is not work .... local vehicle = { 602, 545, 496, 517, 401, 410, 518, 600, 527, 436, 589, 580, 419, 439, 533, 549, 526, 491, 474, 445, 467, 604, 426, 507, 547, 585, 405, 587, 409, 466, 550, 492, 566, 546, 540, 551, 421, 516, 529, 592, 553, 577, 488, 511, 497, 548, 563, 512, 476, 593, 447, 425, 519, 520, 460, 417, 469, 487, 513, 581, 510, 509, 522, 481, 461, 462, 448, 521, 468, 463, 586, 472, 473, 493, 595, 484, 430, 453, 452, 446, 454, 485, 552, 431, 438, 437, 574, 420, 525, 408, 416, 596, 433, 597, 427, 599, 490, 432, 528, 601, 407, 428, 544, 523, 470, 598, 499, 588, 609, 403, 498, 514, 524, 423, 532, 414, 578, 443, 486, 515, 406, 531, 573, 456, 455, 459, 543, 422, 583, 482, 478, 605, 554, 530, 418, 572, 582, 413, 440, 536, 575, 534, 567, 535, 576, 412, 402, 542, 603, 475, 449, 537, 538, 441, 464, 501, 465, 564, 568, 557, 424, 471, 504, 495, 457, 539, 483, 508, 571, 500, 444, 556, 429, 411, 541, 559, 415, 561, 480, 560, 562, 506, 565, 451, 434, 558, 494, 555, 502, 477, 503, 579, 400, 404, 489, 505, 479, 442, 458, 606, 607, 610, 590, 569, 611, 584, 608, 435, 450, 591, 594 } addEventHandler("onClientVehicleDamage", root, sign ) function sign ( weapon, loss, x, y, z, tyre ) if ( weapon and getElementModel (source) == vehicle) then elseif isVehicleLocked ( vehicle ) then elseif getVehicleEngineState ( vehicle, false ) then local x, y, z = getElementPosition ( vehicle ) signsound = playSound3D("alarm.mp3", x, y, z, true ) attachElementToElement ( signsound, vehicle, x, y, z ) end end
  4. And how do you know people will donate? if server will be good, people will donate
  5. Hello guys, our clan looking for scripters to develop the RPG server, we need: - Creative people - Good knowledge of Lua or Unicode - Online can be ignored ( work, study and etc ) At the moment, you can not receive any profit from this work, but with the development of server, you'll get the most from donate So you have read this topic and if you're still interested ( I know it's silly to ask people to work for nothing ) But If you want to stand at the origins of the new server, contact me: Facebook Skype: PlsKillHim Or pm me here
  6. can you say how to do correctly ?
  7. I want to do grid list of event players They will be added in the list when will hit colShape I'm begginer in the scripting, so do not flame to me Just help me to get more knowledge And don't say me about wiki I've already looked there Client file: Server file: Or does not necessarily if panel opens only for members of GEO ?
×
×
  • Create New...