Search Results
Quote: Originally Posted by » RyDeR « Quote: Originally Posted by Thrarod new rand = random(sizeof(CivMaleSkins)); SetPlayerSkin(playerid, CivMaleSkins[rand][0]); Thank...
77
Hello, I'm trying to script a function that random put a player skin on spawn, the thing works but, it adds skin ids I dont want to be there... Here is the main function with the id's: Код: new...
77
Quote: Originally Posted by (SF)Noobanatior can i see the proxdetector code? does the other lpayers see the prox msgs? Yepp, they do, here is the new radio code to one of my teams: К...
116
Quote: Originally Posted by (SF)Noobanatior who should see the prox msgs then? is the proxdetector a func in your mode can i see that 2 The ProxDetector should be used to show the playe...
116
Hello, I'm trying to figure out, when someone uses a radio, the other players around that players should be able to see what the player says in the radio, with ProxDetector. I just got it to work, b...
116
Quote: Originally Posted by SiloX pawn Код: if(strcmp(cmd, "/removeroadblock", true) == 0){    if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerIn...
75
Hello, What happends is... nothing, Pawno just crashes, the crash happends when I add the /removeroadblock command, the /roadblock command works fine. Код: new Roadblock; if(strcmp(cmd, "/road...
75
Quote: Originally Posted by ikarus❶❸❸❼ pawn Код: SetPlayerSkin(para1, 101); Delete that. Then the command dont understand what to do, it sets the teams right, but the skin w...
114
Quote: Originally Posted by Sky4D Probably because you have it setting their skin, if they're moving while it sets their skin, they will become frozen. Any way to fix that?
114
Hello, This is a problem I just dont understand, how can this command Freeze a player? Код: if(strcmp(cmd, "/uninvite", true) == 0) { if(IsPlayerConnected(playerid)) { if(IsLogged[pla...
114
Quote: Originally Posted by //exora pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if(newstate == PLAYER_STATE_DRIVER)  {    new vehicleid = GetPlayerVehic...
147
Quote: Originally Posted by dice7 Where do you have that code ? I'm sorry for late answer, I got the line under OnPlayerStateChange Here is the full Script: Код: public OnPlayerSt...
147
Quote: Originally Posted by InsaneESN not work I took the coordinates from a helicopter, right? You maybe need this: Код: SetPlayerPos(playerid, 1464.7906,-883.3133,55.8674); Set...
117
Hello, I'm trying to lock Car ID's to a team, only that team may and can use that vehicle(s). But I got some problems with it, when I'm in the team, it stills kicks me out from it... This is how tha...
147
Quote: Originally Posted by ░SfPwns™░ Some servers use (c) for that. Hmm, still no change, and I'm hosting it at www.gta-samp.nl.
226
Quote: Originally Posted by [ĦŁ₣ ЉǾǖŦĦЗŁΛẄ ] try putting #0169 or 0x0169 or u\0169 u#0169 \\0169 lol one of those, plus there are more symbols and script definitions here: ...
226
Quote: Originally Posted by ░SfPwns™░ Look for 'alt codes'. I found this ALT Code: ALT+0169 that created the copyright logo, I typed it in to the server name, saved and restarted...
226
Hello, I have always been thinking, I want a "©" after my Server name, like "BlahBlah ©", the server is hosted at gta-samp.nl. But when I add the symbol, it only shows something like this in the na...
226