Search Results
I see, but a code im doing is to match the email address he gave when he registered and match it when he forgot his password.
124
Код: #define IsValidEmail(%1) \ regex_match(%1, "[a-zA-Z0-9_\\.]+@([a-zA-Z0-9\\-]+\\.)+[a-zA-Z]{2,4}") THIS
124
How to Fix This? Код: if (! IsValidEmail(inputtext) == PlayerInfo[playerid][pEmail] && strcmp(email, inputtext)) { SendClientMessage(playerid, COLOR_RED, "You have en...
124
Hi, i wanted to ask if anyone knows how to create a team selection, well in team selection you should select a team, when you select one and click spawn, it should go in class selection, so anyone kn...
74
CAN YOU show us the code that your destroy the house?
168
try to delete your ban log and join again
191
try this object id 1649 maybe its the object you looking for
81
i want to convert a mysql an (idk what its called) like this PlayerInfo[playerid][BlahBlah] = 0; Anyone know a tutorial about this ?
66
can you or someone give me a the link of irc latest version (sorry about asking)?
78
when i started by samp-server and i get this Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [15:4...
78
I was Doing a anti cheat in my gamemode Код: if(GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 17 || GetPlayerWeapon(playerid) == 18 || GetPlayerWeapon(playerid) == 35 || GetPlay...
137
Can someone help me about a problem in my server when someone G in a vehicle with a deagle it is rapid fire right? so how i can makea player enter a vehicle and it will remove the deagle. I search th...
107
Can anyone give me an example how to optomize a script?
65
What is this when i compile my gamemode i get this Код: Header size: 19064 bytes Code size: 1037492 bytes Data size: 78008868 bytes Stack/heap size: 16384 bytes; e...
85
new string[128]; new Name[128]; try to put it on top
96
i just wanna know how to make this if(strfind(text, "hacker", true) != -1) { SendClientMessage(playerid, COLOR_GREEN, "Use /report to report a hacker"); } i want to make it. Here's an example if you...
92