Search Results
Quote: Originally Posted by HeLiOn_PrImE Your Anti Virus software might be blocking the tool. False positive, tough.... Thanks, Avast was blocking it.
30,600
Quote: Originally Posted by Raweresh This warnings is when you want to set integer as float or something like that. Код: new Integer; Integer = 1.0; Or Код: new X,Y,Z; GetPlayerPos...
79
Код: C:\Users\HOME\Desktop\reverse.pwn(8479) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 12188 bytes Code size: 1...
79
Quote: Originally Posted by Blademaster680 Код: new LetterList[26][] = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U...
173
Quote: Originally Posted by ViniBorn Ex: pawn Код: new VBString[10];format(VBString, 10, "LV-%d",1000+random(9000));SetVehicleNumberPlate(p,VBString); BTW, have a question, can i d...
173
Quote: Originally Posted by ViniBorn Ex: pawn Код: new VBString[10];format(VBString, 10, "LV-%d",1000+random(9000));SetVehicleNumberPlate(p,VBString); Done. Thanks
173
Hello. I have a question. How can i set random number to SetVehicleNumberPlate? I have like this Код: SetVehicleNumberPlate(p,"LV-2541") But i want the numbers after LV- to be randomaized, beca...
173