AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [help] string array (https://forums.alliedmods.net/showthread.php?t=206678)

alter 01-25-2013 05:14

[help] string array
 
Help me with this:
PHP Code:

new test_string

if(Blablabla) {
    
test_string="test1"
}
if(
Blablabla2) {
    
test_string="test2"
}
if(
Blablabla3) {
    
test_string="test3"



YamiKaitou 01-25-2013 05:26

Re: [help] string array
 
Help with what? What you have isn't possible, go read up about Strings in Pawn


All times are GMT -4. The time now is 20:32.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.