Search Results
forgotten? you probably don't even know how to script. this will 'remind' you please, search next time http://forum.sa-mp.com/showthread.ph...highlight=flip
91
in the advertisement section? you must have a rep of at least 15. reading and searching a little helps
66
He is asking to make the copying stuff case sensitive, I think. And If you really just want to check the names, the ignorecase of the strcmp can help, as said above
159
Can you explain your problem in a better way?
168
if you're gonna set the repeat-case to false, it will never count down until 0. And you must kill the timer somewhere
214
pawn Код: new TimerCreator;//callbacknew counter = 11;TimerCreator = SetTimer("CountDown",1000,true);//callback not.forward CountDown();public CountDown(){    counter = counter - 1;    if(coun...
214
pawn Код: //under a callbackSetTimer("CountDown",10000,false);//outside all callbacksforward CountDown();public CountDown(){} This is how to create a 10 seconds countdown timer.
214
pawn Код: if(PlayerInfo[playerid][pAdmin] < 6)(//...code...)else SendClientMessage(playerid,-1,"You are not authorized to use this command."); change all that to pawn Код: if(PlayerInfo[pla...
163
I don't quite get it, do you only want users having adm rank 6 to use it?
163
scripting - samp wiki. Or ask someone's skype on samp forums,vand ask him to help you mapping - install mta. mta already has a tutorial ready for you if you are a beginner. You can see the tutorial in...
169
The only thing I did at first was reading samp wiki. After that, I started playing around with functions and variables and slowly got into this. Just do what comes into your mind. - That was my formul...
233
That is the error part. And the error is "error [number]: Array must be indexed." And as said above, we need more of the code, probably the whole code. Please provide it
76
In the place where you want to destroy your vehicle.
84
just ignore this warning. It doesn't affect any of your scripts. If you really don't want to see that warning again, refer to the post above.
85
Quote: Originally Posted by Smileys asfar as I can see all you're doing is formatting it,you're never sending the actual string with SendClientMessage pawn Код: SendClientMessage(pl...
109
1.: Hmm.... I wonder how many hundred thousand houses there are in the samp map... 2.: No. 3.: You can't map 1.: We don't have to create hundreds of different interiors. 7 - 10 are enough 2.: I was o...
142
You told me to map some and now ask stuff like this here. You even told me I have infinite time. Great Job Arose
142
You only used two functions here: SetPlayerPos() SendClientMessage()
227
Quote: Originally Posted by RedFusion 255 cells for a playername? Are you serious? For now he seems to be... Using like 255 for PlayerName is a huge waste. The size of MAX_PLAYER_NAME i...
161
Just a sayin', showing the player stats to everyone can spam the chat if your users are sorta immature. No offense.
127